#B6AB73

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

Shades of Dark Khaki #B6AB73

Tints of Dark Khaki #B6AB73

Color information

#B6AB73 (or 0xB6AB73) is unknown color: approx Dark Khaki. HEX triplet: B6, AB and 73. RGB value is (182,171,115). Sum of RGB (Red+Green+Blue) = 182+171+115=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AB73 is #49548C. Grayscale: #A8A8A8. Windows color (decimal): -4805773 or 7580598. OLE color: 7580598.

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

Color convert

RGB182171115-
CMYK00.060.370.29
HSL50.15º31.46%58.24%-
HSV(B)50.15º36.81%71.37%-
XYZ36.9540.3122.05-
YUV167.998.14138.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=38.89%
G=36.54%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217111500.060.370.2950.1531.4658.24
HexB6AB7306251D321f3a
Octal266253163064535623772
Binary1011011010101011111001101101001011110111001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB73; }

 p { color: rgb(182,171,115); }

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

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

 a { background-color: rgb(182,171,115); }

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

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

 span { border-color: rgb(182,171,115); }

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