#B6B46E

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

Shades of Dark Khaki #B6B46E

Tints of Dark Khaki #B6B46E

Color information

#B6B46E (or 0xB6B46E) is unknown color: approx Dark Khaki. HEX triplet: B6, B4 and 6E. RGB value is (182,180,110). Sum of RGB (Red+Green+Blue) = 182+180+110=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B46E is #494B91. Grayscale: #ACACAC. Windows color (decimal): -4803474 or 7255222. OLE color: 7255222.

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

Color convert

RGB182180110-
CMYK00.010.400.29
HSL58.33º33.03%57.25%-
HSV(B)58.33º39.56%71.37%-
XYZ38.4343.7121.16-
YUV172.6292.66134.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 110 (43.36% from 255) = 23.31%
R=38.56%
G=38.14%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218011000.010.400.2958.3333.0357.25
HexB6B46E01281D3a2139
Octal266264156015035724171
Binary101101101011010011011100110100011101111010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B46E; }

 p { color: rgb(182,180,110); }

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

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

 a { background-color: rgb(182,180,110); }

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

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

 span { border-color: rgb(182,180,110); }

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