#B6B069

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

Shades of Dark Khaki #B6B069

Tints of Dark Khaki #B6B069

Color information

#B6B069 (or 0xB6B069) is unknown color: approx Dark Khaki. HEX triplet: B6, B0 and 69. RGB value is (182,176,105). Sum of RGB (Red+Green+Blue) = 182+176+105=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B069 is #494F96. Grayscale: #A9A9A9. Windows color (decimal): -4804503 or 6926518. OLE color: 6926518.

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

Color convert

RGB182176105-
CMYK00.030.420.29
HSL55.32º34.53%56.27%-
HSV(B)55.32º42.31%71.37%-
XYZ37.3742.0219.51-
YUV169.791.49136.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=39.31%
G=38.01%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217610500.030.420.2955.3234.5356.27
HexB6B069032A1D372338
Octal266260151035235674370
Binary1011011010110000110100101110101011101110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B069; }

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

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

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

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

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

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

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

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