#B6B266

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

Shades of Dark Khaki #B6B266

Tints of Dark Khaki #B6B266

Color information

#B6B266 (or 0xB6B266) is unknown color: approx Dark Khaki. HEX triplet: B6, B2 and 66. RGB value is (182,178,102). Sum of RGB (Red+Green+Blue) = 182+178+102=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B266 is #494D99. Grayscale: #AAAAAA. Windows color (decimal): -4803994 or 6730422. OLE color: 6730422.

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

Color convert

RGB182178102-
CMYK00.020.440.29
HSL57º35.4%55.69%-
HSV(B)57º43.96%71.37%-
XYZ37.6142.7518.84-
YUV170.5389.33136.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.39%
GREEN value IS 178 (69.92% from 255) = 38.53%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=39.39%
G=38.53%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217810200.020.440.295735.455.69
HexB6B266022C1D392338
Octal266262146025435714370
Binary1011011010110010110011001010110011101111001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B266; }

 p { color: rgb(182,178,102); }

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

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

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

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

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

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

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