#B6996B

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

Shades of Fallow #B6996B

Tints of Fallow #B6996B

Color information

#B6996B (or 0xB6996B) is unknown color: approx Fallow. HEX triplet: B6, 99 and 6B. RGB value is (182,153,107). Sum of RGB (Red+Green+Blue) = 182+153+107=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6996B is #496694. Grayscale: #9C9C9C. Windows color (decimal): -4810389 or 7051702. OLE color: 7051702.

HSL color Cylindrical-coordinate representation of color #B6996B: hue angle of 36.8º 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 #B6996B is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182153107-
CMYK00.160.410.29
HSL36.8º33.94%56.67%-
HSV(B)36.8º41.21%71.37%-
XYZ33.3433.7918.67-
YUV156.43100.11146.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=41.18%
G=34.62%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215310700.160.410.2936.833.9456.67
HexB6996B010291D252239
Octal2662311530205135454271
Binary1011011010011001110101101000010100111101100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6996B; }

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

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

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

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

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

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

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

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