#B6AC70

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

Shades of Dark Khaki #B6AC70

Tints of Dark Khaki #B6AC70

Color information

#B6AC70 (or 0xB6AC70) is unknown color: approx Dark Khaki. HEX triplet: B6, AC and 70. RGB value is (182,172,112). Sum of RGB (Red+Green+Blue) = 182+172+112=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AC70 is #49538F. Grayscale: #A8A8A8. Windows color (decimal): -4805520 or 7384246. OLE color: 7384246.

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

Color convert

RGB182172112-
CMYK00.050.380.29
HSL51.43º32.41%57.65%-
HSV(B)51.43º38.46%71.37%-
XYZ36.9740.6221.22-
YUV168.1596.31137.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=39.06%
G=36.91%
B=24.03%

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
Decimal18217211200.050.380.2951.4332.4157.65
HexB6AC7005261D33203a
Octal266254160054635634072
Binary10110110101011001110000010110011011101110011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC70; }

 p { color: rgb(182,172,112); }

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

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

 a { background-color: rgb(182,172,112); }

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

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

 span { border-color: rgb(182,172,112); }

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