Shades of Kabul #665D56
Tints of Kabul #665D56
RGB
CMYK
RGB Variations
Color information
#665D56 (or 0x665D56) is known color: Kabul. HEX triplet: 66, 5D and 56. RGB value is (102,93,86). Sum of RGB (Red+Green+Blue) = 102+93+86=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #665D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D56 is #99A2A9. Grayscale: #5E5E5E. Windows color (decimal): -10068650 or 5660006. OLE color: 5660006.
HSL color Cylindrical-coordinate representation of color #665D56: hue angle of 26.25º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #665D56 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 86 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.6 |
| HSL | 26.25º | 0.09% | 0.37% | - |
| HSV(B) | 26.25º | 0.16% | 0.4% | - |
| XYZ | 11.07 | 11.33 | 10.41 | - |
| YUV | 94.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 86 | 0 | 0.09 | 0.16 | 0.6 | 26.25 | 0.09 | 0.37 |
| Hex | 66 | 5D | 56 | 0 | 9 | 10 | 3C | 1A | 9 | 25 |
| Octal | 146 | 135 | 126 | 0 | 11 | 20 | 74 | 32 | 11 | 45 |
| Binary | 1100110 | 1011101 | 1010110 | 0 | 1001 | 10000 | 111100 | 11010 | 1001 | 100101 |
Color Harmonies of #665D56
Complementary color
Monochromatic Colors of #665D56
Black with #665D56
Text Example
Text Example
White with #665D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D56; }
p { color: rgb(102,93,86); }
H1.HeaderClassName
{
color: #665D56;
}
.AnyTagClassName
{
color: #665D56;
}
</style>
background-color css
<style>
a { background-color: #665D56; }
a { background-color: rgb(102,93,86); }
div.DivClassName
{
background-color: #665D56;
}
.BgClassName
{
background-color: #665D56;
}
</style>
border-color css
<style>
span { border-color: #665D56; }
span { border-color: rgb(102,93,86); }
td.TdClassName
{
border-color: #665D56;
}
.TagClassName
{
border-color: #665D56;
}
</style>