#B6B06D

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

Shades of Dark Khaki #B6B06D

Tints of Dark Khaki #B6B06D

Color information

#B6B06D (or 0xB6B06D) is unknown color: approx Dark Khaki. HEX triplet: B6, B0 and 6D. RGB value is (182,176,109). Sum of RGB (Red+Green+Blue) = 182+176+109=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B06D is #494F92. Grayscale: #AAAAAA. Windows color (decimal): -4804499 or 7188662. OLE color: 7188662.

HSL color Cylindrical-coordinate representation of color #B6B06D: hue angle of 55.07º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6B06D is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182176109-
CMYK00.030.400.29
HSL55.07º33.33%57.06%-
HSV(B)55.07º40.11%71.37%-
XYZ37.5842.120.61-
YUV170.1693.49136.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=38.97%
G=37.69%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217610900.030.400.2955.0733.3357.06
HexB6B06D03281D372139
Octal266260155035035674171
Binary1011011010110000110110101110100011101110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B06D; }

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

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

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

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

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

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

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

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