#B6B26D

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

Shades of Dark Khaki #B6B26D

Tints of Dark Khaki #B6B26D

Color information

#B6B26D (or 0xB6B26D) is unknown color: approx Dark Khaki. HEX triplet: B6, B2 and 6D. RGB value is (182,178,109). Sum of RGB (Red+Green+Blue) = 182+178+109=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B26D is #494D92. Grayscale: #ABABAB. Windows color (decimal): -4803987 or 7189174. OLE color: 7189174.

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

Color convert

RGB182178109-
CMYK00.020.400.29
HSL56.71º33.33%57.06%-
HSV(B)56.71º40.11%71.37%-
XYZ37.9742.8920.75-
YUV171.3392.83135.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=38.81%
G=37.95%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217810900.020.400.2956.7133.3357.06
HexB6B26D02281D392139
Octal266262155025035714171
Binary1011011010110010110110101010100011101111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B26D; }

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

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

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

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

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

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

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

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