#B6AD71

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

Shades of Dark Khaki #B6AD71

Tints of Dark Khaki #B6AD71

Color information

#B6AD71 (or 0xB6AD71) is unknown color: approx Dark Khaki. HEX triplet: B6, AD and 71. RGB value is (182,173,113). Sum of RGB (Red+Green+Blue) = 182+173+113=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AD71 is #49528E. Grayscale: #A9A9A9. Windows color (decimal): -4805263 or 7450038. OLE color: 7450038.

HSL color Cylindrical-coordinate representation of color #B6AD71: hue angle of 52.17º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6AD71 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182173113-
CMYK00.050.380.29
HSL52.17º32.09%57.84%-
HSV(B)52.17º37.91%71.37%-
XYZ37.2241.0221.58-
YUV168.8596.48137.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=38.89%
G=36.97%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217311300.050.380.2952.1732.0957.84
HexB6AD7105261D34203a
Octal266255161054635644072
Binary10110110101011011110001010110011011101110100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD71; }

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

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

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

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

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

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

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

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