#B6B16D

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

Shades of Dark Khaki #B6B16D

Tints of Dark Khaki #B6B16D

Color information

#B6B16D (or 0xB6B16D) is unknown color: approx Dark Khaki. HEX triplet: B6, B1 and 6D. RGB value is (182,177,109). Sum of RGB (Red+Green+Blue) = 182+177+109=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B16D is #494E92. Grayscale: #ABABAB. Windows color (decimal): -4804243 or 7188918. OLE color: 7188918.

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

Color convert

RGB182177109-
CMYK00.030.400.29
HSL55.89º33.33%57.06%-
HSV(B)55.89º40.11%71.37%-
XYZ37.7742.4920.68-
YUV170.7493.16136.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 109 (42.97% from 255) = 23.29%
R=38.89%
G=37.82%
B=23.29%

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
Decimal18217710900.030.400.2955.8933.3357.06
HexB6B16D03281D382139
Octal266261155035035704171
Binary1011011010110001110110101110100011101111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B16D; }

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

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

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

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

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

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

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

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