#B6B676

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

Shades of Dark Khaki #B6B676

Tints of Dark Khaki #B6B676

Color information

#B6B676 (or 0xB6B676) is unknown color: approx Dark Khaki. HEX triplet: B6, B6 and 76. RGB value is (182,182,118). Sum of RGB (Red+Green+Blue) = 182+182+118=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B676 is #494989. Grayscale: #AEAEAE. Windows color (decimal): -4802954 or 7780022. OLE color: 7780022.

HSL color Cylindrical-coordinate representation of color #B6B676: hue angle of 60º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6B676 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182182118-
CMYK000.350.29
HSL60º30.48%58.82%-
HSV(B)60º35.16%71.37%-
XYZ39.2944.7123.7-
YUV174.796133.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=37.76%
G=37.76%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182182118000.350.296030.4858.82
HexB6B67600231D3c1e3b
Octal266266166004335743673
Binary10110110101101101110110001000111110111110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B676; }

 p { color: rgb(182,182,118); }

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

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

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

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

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

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

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