Shades of Kabul #6F5F52
Tints of Kabul #6F5F52
RGB
CMYK
RGB Variations
Color information
#6F5F52 (or 0x6F5F52) is known color: Kabul. HEX triplet: 6F, 5F and 52. RGB value is (111,95,82). Sum of RGB (Red+Green+Blue) = 111+95+82=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F52 is #90A0AD. Grayscale: #626262. Windows color (decimal): -9478318 or 5398383. OLE color: 5398383.
HSL color Cylindrical-coordinate representation of color #6F5F52: hue angle of 26.9º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5F52 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 82 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.56 |
| HSL | 26.9º | 0.15% | 0.38% | - |
| HSV(B) | 26.9º | 0.26% | 0.44% | - |
| XYZ | 12.17 | 12.17 | 9.69 | - |
| YUV | 98.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 82 | 0 | 0.14 | 0.26 | 0.56 | 26.9 | 0.15 | 0.38 |
| Hex | 6F | 5F | 52 | 0 | E | 1A | 38 | 1B | F | 26 |
| Octal | 157 | 137 | 122 | 0 | 16 | 32 | 70 | 33 | 17 | 46 |
| Binary | 1101111 | 1011111 | 1010010 | 0 | 1110 | 11010 | 111000 | 11011 | 1111 | 100110 |
Color Harmonies of #6F5F52
Complementary color
Monochromatic Colors of #6F5F52
Black with #6F5F52
Text Example
Text Example
White with #6F5F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F52; }
p { color: rgb(111,95,82); }
H1.HeaderClassName
{
color: #6F5F52;
}
.AnyTagClassName
{
color: #6F5F52;
}
</style>
background-color css
<style>
a { background-color: #6F5F52; }
a { background-color: rgb(111,95,82); }
div.DivClassName
{
background-color: #6F5F52;
}
.BgClassName
{
background-color: #6F5F52;
}
</style>
border-color css
<style>
span { border-color: #6F5F52; }
span { border-color: rgb(111,95,82); }
td.TdClassName
{
border-color: #6F5F52;
}
.TagClassName
{
border-color: #6F5F52;
}
</style>