#B69B6B

Color #B69B6B Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #B69B6B

Tints of Fallow #B69B6B

Color information

#B69B6B (or 0xB69B6B) is unknown color: approx Fallow. HEX triplet: B6, 9B and 6B. RGB value is (182,155,107). Sum of RGB (Red+Green+Blue) = 182+155+107=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B6B is #496494. Grayscale: #9D9D9D. Windows color (decimal): -4809877 or 7052214. OLE color: 7052214.

HSL color Cylindrical-coordinate representation of color #B69B6B: hue angle of 38.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B69B6B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182155107-
CMYK00.150.410.29
HSL38.4º33.94%56.67%-
HSV(B)38.4º41.21%71.37%-
XYZ33.6734.4518.78-
YUV157.699.45145.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=40.99%
G=34.91%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215510700.150.410.2938.433.9456.67
HexB69B6B0F291D262239
Octal2662331530175135464271
Binary101101101001101111010110111110100111101100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B6B; }

 p { color: rgb(182,155,107); }

 H1.HeaderClassName
 {
   color: #B69B6B;
 }
 .AnyTagClassName
 {
   color: #B69B6B;
 }
</style>
background-color css

<style>
 a { background-color: #B69B6B; }

 a { background-color: rgb(182,155,107); }

 div.DivClassName
 {
   background-color: #B69B6B;
 }
 .BgClassName
 {
   background-color: #B69B6B;
 }
</style>
border-color css

<style>
 span { border-color: #B69B6B; }

 span { border-color: rgb(182,155,107); }

 td.TdClassName
 {
   border-color: #B69B6B;
 }
 .TagClassName
 {
   border-color: #B69B6B;
 }
</style>