Shades of Dark Khaki #B7B66D
Tints of Dark Khaki #B7B66D
RGB
CMYK
RGB Variations
Color information
#B7B66D (or 0xB7B66D) is known color: Dark Khaki. HEX triplet: B7, B6 and 6D. RGB value is (183,182,109). Sum of RGB (Red+Green+Blue) = 183+182+109=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B66D is #484992. Grayscale: #AEAEAE. Windows color (decimal): -4737427 or 7190199. OLE color: 7190199.
HSL color Cylindrical-coordinate representation of color #B7B66D: hue angle of 59.19º 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 #B7B66D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 109 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.28 |
| HSL | 59.19º | 0.34% | 0.57% | - |
| HSV(B) | 59.19º | 0.4% | 0.72% | - |
| XYZ | 39.02 | 44.63 | 21.03 | - |
| YUV | 173.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 109 | 0 | 0.01 | 0.40 | 0.28 | 59.19 | 0.34 | 0.57 |
| Hex | B7 | B6 | 6D | 0 | 1 | 28 | 1C | 3B | 22 | 39 |
| Octal | 267 | 266 | 155 | 0 | 1 | 50 | 34 | 73 | 42 | 71 |
| Binary | 10110111 | 10110110 | 1101101 | 0 | 1 | 101000 | 11100 | 111011 | 100010 | 111001 |
Color Harmonies of #B7B66D
Complementary color
Monochromatic Colors of #B7B66D
Black with #B7B66D
Text Example
Text Example
White with #B7B66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B66D; }
p { color: rgb(183,182,109); }
H1.HeaderClassName
{
color: #B7B66D;
}
.AnyTagClassName
{
color: #B7B66D;
}
</style>
background-color css
<style>
a { background-color: #B7B66D; }
a { background-color: rgb(183,182,109); }
div.DivClassName
{
background-color: #B7B66D;
}
.BgClassName
{
background-color: #B7B66D;
}
</style>
border-color css
<style>
span { border-color: #B7B66D; }
span { border-color: rgb(183,182,109); }
td.TdClassName
{
border-color: #B7B66D;
}
.TagClassName
{
border-color: #B7B66D;
}
</style>