Shades of Dark Khaki #B7AF6C
Tints of Dark Khaki #B7AF6C
RGB
CMYK
RGB Variations
Color information
#B7AF6C (or 0xB7AF6C) is known color: Dark Khaki. HEX triplet: B7, AF and 6C. RGB value is (183,175,108). Sum of RGB (Red+Green+Blue) = 183+175+108=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF6C is #485093. Grayscale: #AAAAAA. Windows color (decimal): -4739220 or 7122871. OLE color: 7122871.
HSL color Cylindrical-coordinate representation of color #B7AF6C: hue angle of 53.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7AF6C is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 108 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.28 |
| HSL | 53.6º | 0.34% | 0.57% | - |
| HSV(B) | 53.6º | 0.41% | 0.72% | - |
| XYZ | 37.57 | 41.81 | 20.28 | - |
| YUV | 169.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 108 | 0 | 0.04 | 0.41 | 0.28 | 53.6 | 0.34 | 0.57 |
| Hex | B7 | AF | 6C | 0 | 4 | 29 | 1C | 36 | 22 | 39 |
| Octal | 267 | 257 | 154 | 0 | 4 | 51 | 34 | 66 | 42 | 71 |
| Binary | 10110111 | 10101111 | 1101100 | 0 | 100 | 101001 | 11100 | 110110 | 100010 | 111001 |
Color Harmonies of #B7AF6C
Complementary color
Monochromatic Colors of #B7AF6C
Black with #B7AF6C
Text Example
Text Example
White with #B7AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF6C; }
p { color: rgb(183,175,108); }
H1.HeaderClassName
{
color: #B7AF6C;
}
.AnyTagClassName
{
color: #B7AF6C;
}
</style>
background-color css
<style>
a { background-color: #B7AF6C; }
a { background-color: rgb(183,175,108); }
div.DivClassName
{
background-color: #B7AF6C;
}
.BgClassName
{
background-color: #B7AF6C;
}
</style>
border-color css
<style>
span { border-color: #B7AF6C; }
span { border-color: rgb(183,175,108); }
td.TdClassName
{
border-color: #B7AF6C;
}
.TagClassName
{
border-color: #B7AF6C;
}
</style>