#B6B078

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

Shades of Dark Khaki #B6B078

Tints of Dark Khaki #B6B078

Color information

#B6B078 (or 0xB6B078) is unknown color: approx Dark Khaki. HEX triplet: B6, B0 and 78. RGB value is (182,176,120). Sum of RGB (Red+Green+Blue) = 182+176+120=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B078 is #494F87. Grayscale: #ABABAB. Windows color (decimal): -4804488 or 7909558. OLE color: 7909558.

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

Color convert

RGB182176120-
CMYK00.030.340.29
HSL54.19º29.81%59.22%-
HSV(B)54.19º34.07%71.37%-
XYZ38.2142.3523.93-
YUV171.4198.99135.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=38.08%
G=36.82%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217612000.030.340.2954.1929.8159.22
HexB6B07803221D361e3b
Octal266260170034235663673
Binary101101101011000011110000111000101110111011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B078; }

 p { color: rgb(182,176,120); }

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

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

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

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

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

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

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