Shades of Dark Khaki #B7AF6E
Tints of Dark Khaki #B7AF6E
RGB
CMYK
RGB Variations
Color information
#B7AF6E (or 0xB7AF6E) is known color: Dark Khaki. HEX triplet: B7, AF and 6E. RGB value is (183,175,110). Sum of RGB (Red+Green+Blue) = 183+175+110=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF6E is #485091. Grayscale: #AAAAAA. Windows color (decimal): -4739218 or 7253943. OLE color: 7253943.
HSL color Cylindrical-coordinate representation of color #B7AF6E: hue angle of 53.42º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7AF6E is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 110 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.28 |
| HSL | 53.42º | 0.34% | 0.57% | - |
| HSV(B) | 53.42º | 0.4% | 0.72% | - |
| XYZ | 37.67 | 41.85 | 20.84 | - |
| YUV | 169.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 110 | 0 | 0.04 | 0.40 | 0.28 | 53.42 | 0.34 | 0.57 |
| Hex | B7 | AF | 6E | 0 | 4 | 28 | 1C | 35 | 22 | 39 |
| Octal | 267 | 257 | 156 | 0 | 4 | 50 | 34 | 65 | 42 | 71 |
| Binary | 10110111 | 10101111 | 1101110 | 0 | 100 | 101000 | 11100 | 110101 | 100010 | 111001 |
Color Harmonies of #B7AF6E
Complementary color
Monochromatic Colors of #B7AF6E
Black with #B7AF6E
Text Example
Text Example
White with #B7AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF6E; }
p { color: rgb(183,175,110); }
H1.HeaderClassName
{
color: #B7AF6E;
}
.AnyTagClassName
{
color: #B7AF6E;
}
</style>
background-color css
<style>
a { background-color: #B7AF6E; }
a { background-color: rgb(183,175,110); }
div.DivClassName
{
background-color: #B7AF6E;
}
.BgClassName
{
background-color: #B7AF6E;
}
</style>
border-color css
<style>
span { border-color: #B7AF6E; }
span { border-color: rgb(183,175,110); }
td.TdClassName
{
border-color: #B7AF6E;
}
.TagClassName
{
border-color: #B7AF6E;
}
</style>