#B6996E

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

Shades of Fallow #B6996E

Tints of Fallow #B6996E

Color information

#B6996E (or 0xB6996E) is unknown color: approx Fallow. HEX triplet: B6, 99 and 6E. RGB value is (182,153,110). Sum of RGB (Red+Green+Blue) = 182+153+110=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6996E is #496691. Grayscale: #9C9C9C. Windows color (decimal): -4810386 or 7248310. OLE color: 7248310.

HSL color Cylindrical-coordinate representation of color #B6996E: hue angle of 35.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6996E is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182153110-
CMYK00.160.400.29
HSL35.83º33.03%57.25%-
HSV(B)35.83º39.56%71.37%-
XYZ33.533.8519.52-
YUV156.77101.61146-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=40.90%
G=34.38%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215311000.160.400.2935.8333.0357.25
HexB6996E010281D242139
Octal2662311560205035444171
Binary1011011010011001110111001000010100011101100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6996E; }

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

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

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

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

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

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

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

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