Shades of Dark Khaki #B6B768
Tints of Dark Khaki #B6B768
RGB
CMYK
RGB Variations
Color information
#B6B768 (or 0xB6B768) is known color: Dark Khaki. HEX triplet: B6, B7 and 68. RGB value is (182,183,104). Sum of RGB (Red+Green+Blue) = 182+183+104=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B768 is #494897. Grayscale: #AEAEAE. Windows color (decimal): -4802712 or 6862774. OLE color: 6862774.
HSL color Cylindrical-coordinate representation of color #B6B768: hue angle of 60.76º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6B768 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 183 | 104 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.28 |
| HSL | 60.76º | 0.35% | 0.56% | - |
| HSV(B) | 60.76º | 0.43% | 0.72% | - |
| XYZ | 38.72 | 44.81 | 19.71 | - |
| YUV | 173.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 104 | 0.01 | 0 | 0.43 | 0.28 | 60.76 | 0.35 | 0.56 |
| Hex | B6 | B7 | 68 | 1 | 0 | 2B | 1C | 3D | 23 | 38 |
| Octal | 266 | 267 | 150 | 1 | 0 | 53 | 34 | 75 | 43 | 70 |
| Binary | 10110110 | 10110111 | 1101000 | 1 | 0 | 101011 | 11100 | 111101 | 100011 | 111000 |
Color Harmonies of #B6B768
Complementary color
Monochromatic Colors of #B6B768
Black with #B6B768
Text Example
Text Example
White with #B6B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B768; }
p { color: rgb(182,183,104); }
H1.HeaderClassName
{
color: #B6B768;
}
.AnyTagClassName
{
color: #B6B768;
}
</style>
background-color css
<style>
a { background-color: #B6B768; }
a { background-color: rgb(182,183,104); }
div.DivClassName
{
background-color: #B6B768;
}
.BgClassName
{
background-color: #B6B768;
}
</style>
border-color css
<style>
span { border-color: #B6B768; }
span { border-color: rgb(182,183,104); }
td.TdClassName
{
border-color: #B6B768;
}
.TagClassName
{
border-color: #B6B768;
}
</style>