#B6AD6E

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

Shades of Dark Khaki #B6AD6E

Tints of Dark Khaki #B6AD6E

Color information

#B6AD6E (or 0xB6AD6E) is unknown color: approx Dark Khaki. HEX triplet: B6, AD and 6E. RGB value is (182,173,110). Sum of RGB (Red+Green+Blue) = 182+173+110=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD6E is #495291. Grayscale: #A8A8A8. Windows color (decimal): -4805266 or 7253430. OLE color: 7253430.

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

Color convert

RGB182173110-
CMYK00.050.400.29
HSL52.5º33.03%57.25%-
HSV(B)52.5º39.56%71.37%-
XYZ37.0540.9620.7-
YUV168.5194.98137.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 173 (67.97% from 255) = 37.20%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=39.14%
G=37.20%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217311000.050.400.2952.533.0357.25
HexB6AD6E05281D342139
Octal266255156055035644171
Binary10110110101011011101110010110100011101110100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD6E; }

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

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

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

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

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

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

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

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