Shades of Dark Khaki #B7AF6D
Tints of Dark Khaki #B7AF6D
RGB
CMYK
RGB Variations
Color information
#B7AF6D (or 0xB7AF6D) is known color: Dark Khaki. HEX triplet: B7, AF and 6D. RGB value is (183,175,109). Sum of RGB (Red+Green+Blue) = 183+175+109=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF6D is #485092. Grayscale: #AAAAAA. Windows color (decimal): -4739219 or 7188407. OLE color: 7188407.
HSL color Cylindrical-coordinate representation of color #B7AF6D: hue angle of 53.51º 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 #B7AF6D is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 109 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.28 |
| HSL | 53.51º | 0.34% | 0.57% | - |
| HSV(B) | 53.51º | 0.4% | 0.72% | - |
| XYZ | 37.62 | 41.83 | 20.56 | - |
| YUV | 169.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 109 | 0 | 0.04 | 0.40 | 0.28 | 53.51 | 0.34 | 0.57 |
| Hex | B7 | AF | 6D | 0 | 4 | 28 | 1C | 36 | 22 | 39 |
| Octal | 267 | 257 | 155 | 0 | 4 | 50 | 34 | 66 | 42 | 71 |
| Binary | 10110111 | 10101111 | 1101101 | 0 | 100 | 101000 | 11100 | 110110 | 100010 | 111001 |
Color Harmonies of #B7AF6D
Complementary color
Monochromatic Colors of #B7AF6D
Black with #B7AF6D
Text Example
Text Example
White with #B7AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF6D; }
p { color: rgb(183,175,109); }
H1.HeaderClassName
{
color: #B7AF6D;
}
.AnyTagClassName
{
color: #B7AF6D;
}
</style>
background-color css
<style>
a { background-color: #B7AF6D; }
a { background-color: rgb(183,175,109); }
div.DivClassName
{
background-color: #B7AF6D;
}
.BgClassName
{
background-color: #B7AF6D;
}
</style>
border-color css
<style>
span { border-color: #B7AF6D; }
span { border-color: rgb(183,175,109); }
td.TdClassName
{
border-color: #B7AF6D;
}
.TagClassName
{
border-color: #B7AF6D;
}
</style>