Shades of Dark Khaki #B6B379
Tints of Dark Khaki #B6B379
RGB
CMYK
RGB Variations
Color information
#B6B379 (or 0xB6B379) is known color: Dark Khaki. HEX triplet: B6, B3 and 79. RGB value is (182,179,121). Sum of RGB (Red+Green+Blue) = 182+179+121=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B379 is #494C86. Grayscale: #ADADAD. Windows color (decimal): -4803719 or 7975862. OLE color: 7975862.
HSL color Cylindrical-coordinate representation of color #B6B379: hue angle of 57.05º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6B379 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 179 | 121 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.29 |
| HSL | 57.05º | 0.29% | 0.59% | - |
| HSV(B) | 57.05º | 0.34% | 0.71% | - |
| XYZ | 38.86 | 43.57 | 24.45 | - |
| YUV | 173.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 121 | 0 | 0.02 | 0.34 | 0.29 | 57.05 | 0.29 | 0.59 |
| Hex | B6 | B3 | 79 | 0 | 2 | 22 | 1D | 39 | 1D | 3B |
| Octal | 266 | 263 | 171 | 0 | 2 | 42 | 35 | 71 | 35 | 73 |
| Binary | 10110110 | 10110011 | 1111001 | 0 | 10 | 100010 | 11101 | 111001 | 11101 | 111011 |
Color Harmonies of #B6B379
Complementary color
Monochromatic Colors of #B6B379
Black with #B6B379
Text Example
Text Example
White with #B6B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B379; }
p { color: rgb(182,179,121); }
H1.HeaderClassName
{
color: #B6B379;
}
.AnyTagClassName
{
color: #B6B379;
}
</style>
background-color css
<style>
a { background-color: #B6B379; }
a { background-color: rgb(182,179,121); }
div.DivClassName
{
background-color: #B6B379;
}
.BgClassName
{
background-color: #B6B379;
}
</style>
border-color css
<style>
span { border-color: #B6B379; }
span { border-color: rgb(182,179,121); }
td.TdClassName
{
border-color: #B6B379;
}
.TagClassName
{
border-color: #B6B379;
}
</style>