Shades of Kabul #665C52
Tints of Kabul #665C52
RGB
CMYK
RGB Variations
Color information
#665C52 (or 0x665C52) is known color: Kabul. HEX triplet: 66, 5C and 52. RGB value is (102,92,82). Sum of RGB (Red+Green+Blue) = 102+92+82=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C52 is #99A3AD. Grayscale: #5D5D5D. Windows color (decimal): -10068910 or 5397606. OLE color: 5397606.
HSL color Cylindrical-coordinate representation of color #665C52: hue angle of 30º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665C52 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 82 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.6 |
| HSL | 30º | 0.11% | 0.36% | - |
| HSV(B) | 30º | 0.2% | 0.4% | - |
| XYZ | 10.83 | 11.09 | 9.55 | - |
| YUV | 93.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 82 | 0 | 0.10 | 0.20 | 0.6 | 30 | 0.11 | 0.36 |
| Hex | 66 | 5C | 52 | 0 | A | 14 | 3C | 1E | B | 24 |
| Octal | 146 | 134 | 122 | 0 | 12 | 24 | 74 | 36 | 13 | 44 |
| Binary | 1100110 | 1011100 | 1010010 | 0 | 1010 | 10100 | 111100 | 11110 | 1011 | 100100 |
Color Harmonies of #665C52
Complementary color
Monochromatic Colors of #665C52
Black with #665C52
Text Example
Text Example
White with #665C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C52; }
p { color: rgb(102,92,82); }
H1.HeaderClassName
{
color: #665C52;
}
.AnyTagClassName
{
color: #665C52;
}
</style>
background-color css
<style>
a { background-color: #665C52; }
a { background-color: rgb(102,92,82); }
div.DivClassName
{
background-color: #665C52;
}
.BgClassName
{
background-color: #665C52;
}
</style>
border-color css
<style>
span { border-color: #665C52; }
span { border-color: rgb(102,92,82); }
td.TdClassName
{
border-color: #665C52;
}
.TagClassName
{
border-color: #665C52;
}
</style>