#b6af6b

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

Shades of Dark Khaki #B6AF6B

Tints of Dark Khaki #B6AF6B

Color information

#B6AF6B (or 0xB6AF6B) is unknown color: approx Dark Khaki. HEX triplet: B6, AF and 6B. RGB value is (182,175,107). Sum of RGB (Red+Green+Blue) = 182+175+107=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF6B is #495094. Grayscale: #A9A9A9. Windows color (decimal): -4804757 or 7057334. OLE color: 7057334.

HSL color Cylindrical-coordinate representation of color #B6AF6B: hue angle of 54.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6AF6B is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182175107-
CMYK00.040.410.29
HSL54.4º33.94%56.67%-
HSV(B)54.4º41.21%71.37%-
XYZ37.2841.6719.99-
YUV169.3492.82137.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=39.22%
G=37.72%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217510700.040.410.2954.433.9456.67
HexB6AF6B04291D362239
Octal266257153045135664271
Binary10110110101011111101011010010100111101110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6af6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6af6b; }

 p { color: rgb(182,175,107); }

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

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

 a { background-color: rgb(182,175,107); }

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

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

 span { border-color: rgb(182,175,107); }

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