#B6996C

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

Shades of Fallow #B6996C

Tints of Fallow #B6996C

Color information

#B6996C (or 0xB6996C) is unknown color: approx Fallow. HEX triplet: B6, 99 and 6C. RGB value is (182,153,108). Sum of RGB (Red+Green+Blue) = 182+153+108=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6996C is #496693. Grayscale: #9C9C9C. Windows color (decimal): -4810388 or 7117238. OLE color: 7117238.

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

Color convert

RGB182153108-
CMYK00.160.410.29
HSL36.49º33.64%56.86%-
HSV(B)36.49º40.66%71.37%-
XYZ33.3933.8118.95-
YUV156.54100.61146.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=41.08%
G=34.54%
B=24.38%

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
Decimal18215310800.160.410.2936.4933.6456.86
HexB6996C010291D242239
Octal2662311540205135444271
Binary1011011010011001110110001000010100111101100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6996C; }

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

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

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

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

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

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

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

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