Shades of Dark Khaki #B6B370
Tints of Dark Khaki #B6B370
RGB
CMYK
RGB Variations
Color information
#B6B370 (or 0xB6B370) is known color: Dark Khaki. HEX triplet: B6, B3 and 70. RGB value is (182,179,112). Sum of RGB (Red+Green+Blue) = 182+179+112=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B370 is #494C8F. Grayscale: #ACACAC. Windows color (decimal): -4803728 or 7386038. OLE color: 7386038.
HSL color Cylindrical-coordinate representation of color #B6B370: hue angle of 57.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6B370 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 179 | 112 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.29 |
| HSL | 57.43º | 0.32% | 0.58% | - |
| HSV(B) | 57.43º | 0.38% | 0.71% | - |
| XYZ | 38.34 | 43.36 | 21.68 | - |
| YUV | 172.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 112 | 0 | 0.02 | 0.38 | 0.29 | 57.43 | 0.32 | 0.58 |
| Hex | B6 | B3 | 70 | 0 | 2 | 26 | 1D | 39 | 20 | 3A |
| Octal | 266 | 263 | 160 | 0 | 2 | 46 | 35 | 71 | 40 | 72 |
| Binary | 10110110 | 10110011 | 1110000 | 0 | 10 | 100110 | 11101 | 111001 | 100000 | 111010 |
Color Harmonies of #B6B370
Complementary color
Monochromatic Colors of #B6B370
Black with #B6B370
Text Example
Text Example
White with #B6B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B370; }
p { color: rgb(182,179,112); }
H1.HeaderClassName
{
color: #B6B370;
}
.AnyTagClassName
{
color: #B6B370;
}
</style>
background-color css
<style>
a { background-color: #B6B370; }
a { background-color: rgb(182,179,112); }
div.DivClassName
{
background-color: #B6B370;
}
.BgClassName
{
background-color: #B6B370;
}
</style>
border-color css
<style>
span { border-color: #B6B370; }
span { border-color: rgb(182,179,112); }
td.TdClassName
{
border-color: #B6B370;
}
.TagClassName
{
border-color: #B6B370;
}
</style>