Shades of Dark Khaki #B6AF6C
Tints of Dark Khaki #B6AF6C
RGB
CMYK
RGB Variations
Color information
#B6AF6C (or 0xB6AF6C) is known color: Dark Khaki. HEX triplet: B6, AF and 6C. RGB value is (182,175,108). Sum of RGB (Red+Green+Blue) = 182+175+108=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AF6C is #495093. Grayscale: #A9A9A9. Windows color (decimal): -4804756 or 7122870. OLE color: 7122870.
HSL color Cylindrical-coordinate representation of color #B6AF6C: hue angle of 54.32º 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 #B6AF6C is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 175 | 108 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.29 |
| HSL | 54.32º | 0.34% | 0.57% | - |
| HSV(B) | 54.32º | 0.41% | 0.71% | - |
| XYZ | 37.33 | 41.69 | 20.27 | - |
| YUV | 169.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 175 | 108 | 0 | 0.04 | 0.41 | 0.29 | 54.32 | 0.34 | 0.57 |
| Hex | B6 | AF | 6C | 0 | 4 | 29 | 1D | 36 | 22 | 39 |
| Octal | 266 | 257 | 154 | 0 | 4 | 51 | 35 | 66 | 42 | 71 |
| Binary | 10110110 | 10101111 | 1101100 | 0 | 100 | 101001 | 11101 | 110110 | 100010 | 111001 |
Color Harmonies of #B6AF6C
Complementary color
Monochromatic Colors of #B6AF6C
Black with #B6AF6C
Text Example
Text Example
White with #B6AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AF6C; }
p { color: rgb(182,175,108); }
H1.HeaderClassName
{
color: #B6AF6C;
}
.AnyTagClassName
{
color: #B6AF6C;
}
</style>
background-color css
<style>
a { background-color: #B6AF6C; }
a { background-color: rgb(182,175,108); }
div.DivClassName
{
background-color: #B6AF6C;
}
.BgClassName
{
background-color: #B6AF6C;
}
</style>
border-color css
<style>
span { border-color: #B6AF6C; }
span { border-color: rgb(182,175,108); }
td.TdClassName
{
border-color: #B6AF6C;
}
.TagClassName
{
border-color: #B6AF6C;
}
</style>