Shades of Kabul #665F59
Tints of Kabul #665F59
RGB
CMYK
RGB Variations
Color information
#665F59 (or 0x665F59) is known color: Kabul. HEX triplet: 66, 5F and 59. RGB value is (102,95,89). Sum of RGB (Red+Green+Blue) = 102+95+89=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F59 is #99A0A6. Grayscale: #606060. Windows color (decimal): -10068135 or 5857126. OLE color: 5857126.
HSL color Cylindrical-coordinate representation of color #665F59: hue angle of 27.69º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665F59 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 89 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.6 |
| HSL | 27.69º | 0.07% | 0.37% | - |
| HSV(B) | 27.69º | 0.13% | 0.4% | - |
| XYZ | 11.37 | 11.73 | 11.12 | - |
| YUV | 96.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 89 | 0 | 0.07 | 0.13 | 0.6 | 27.69 | 0.07 | 0.37 |
| Hex | 66 | 5F | 59 | 0 | 7 | D | 3C | 1C | 7 | 25 |
| Octal | 146 | 137 | 131 | 0 | 7 | 15 | 74 | 34 | 7 | 45 |
| Binary | 1100110 | 1011111 | 1011001 | 0 | 111 | 1101 | 111100 | 11100 | 111 | 100101 |
Color Harmonies of #665F59
Complementary color
Monochromatic Colors of #665F59
Black with #665F59
Text Example
Text Example
White with #665F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F59; }
p { color: rgb(102,95,89); }
H1.HeaderClassName
{
color: #665F59;
}
.AnyTagClassName
{
color: #665F59;
}
</style>
background-color css
<style>
a { background-color: #665F59; }
a { background-color: rgb(102,95,89); }
div.DivClassName
{
background-color: #665F59;
}
.BgClassName
{
background-color: #665F59;
}
</style>
border-color css
<style>
span { border-color: #665F59; }
span { border-color: rgb(102,95,89); }
td.TdClassName
{
border-color: #665F59;
}
.TagClassName
{
border-color: #665F59;
}
</style>