#B6B56C

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

Shades of Dark Khaki #B6B56C

Tints of Dark Khaki #B6B56C

Color information

#B6B56C (or 0xB6B56C) is unknown color: approx Dark Khaki. HEX triplet: B6, B5 and 6C. RGB value is (182,181,108). Sum of RGB (Red+Green+Blue) = 182+181+108=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B56C is #494A93. Grayscale: #ADADAD. Windows color (decimal): -4803220 or 7124406. OLE color: 7124406.

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

Color convert

RGB182181108-
CMYK00.010.410.29
HSL59.19º33.64%56.86%-
HSV(B)59.19º40.66%71.37%-
XYZ38.5244.0820.66-
YUV172.9891.33134.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=38.64%
G=38.43%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218110800.010.410.2959.1933.6456.86
HexB6B56C01291D3b2239
Octal266265154015135734271
Binary101101101011010111011000110100111101111011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B56C; }

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

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

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

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

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

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

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

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