Shades of Dark Khaki #B7B66C
Tints of Dark Khaki #B7B66C
RGB
CMYK
RGB Variations
Color information
#B7B66C (or 0xB7B66C) is known color: Dark Khaki. HEX triplet: B7, B6 and 6C. RGB value is (183,182,108). Sum of RGB (Red+Green+Blue) = 183+182+108=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B66C is #484993. Grayscale: #AEAEAE. Windows color (decimal): -4737428 or 7124663. OLE color: 7124663.
HSL color Cylindrical-coordinate representation of color #B7B66C: hue angle of 59.2º 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 #B7B66C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 108 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.28 |
| HSL | 59.2º | 0.34% | 0.57% | - |
| HSV(B) | 59.2º | 0.41% | 0.72% | - |
| XYZ | 38.96 | 44.61 | 20.74 | - |
| YUV | 173.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 108 | 0 | 0.01 | 0.41 | 0.28 | 59.2 | 0.34 | 0.57 |
| Hex | B7 | B6 | 6C | 0 | 1 | 29 | 1C | 3B | 22 | 39 |
| Octal | 267 | 266 | 154 | 0 | 1 | 51 | 34 | 73 | 42 | 71 |
| Binary | 10110111 | 10110110 | 1101100 | 0 | 1 | 101001 | 11100 | 111011 | 100010 | 111001 |
Color Harmonies of #B7B66C
Complementary color
Monochromatic Colors of #B7B66C
Black with #B7B66C
Text Example
Text Example
White with #B7B66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B66C; }
p { color: rgb(183,182,108); }
H1.HeaderClassName
{
color: #B7B66C;
}
.AnyTagClassName
{
color: #B7B66C;
}
</style>
background-color css
<style>
a { background-color: #B7B66C; }
a { background-color: rgb(183,182,108); }
div.DivClassName
{
background-color: #B7B66C;
}
.BgClassName
{
background-color: #B7B66C;
}
</style>
border-color css
<style>
span { border-color: #B7B66C; }
span { border-color: rgb(183,182,108); }
td.TdClassName
{
border-color: #B7B66C;
}
.TagClassName
{
border-color: #B7B66C;
}
</style>