Shades of Kabul #665C54
Tints of Kabul #665C54
RGB
CMYK
RGB Variations
Color information
#665C54 (or 0x665C54) is known color: Kabul. HEX triplet: 66, 5C and 54. RGB value is (102,92,84). Sum of RGB (Red+Green+Blue) = 102+92+84=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #665C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C54 is #99A3AB. Grayscale: #5E5E5E. Windows color (decimal): -10068908 or 5528678. OLE color: 5528678.
HSL color Cylindrical-coordinate representation of color #665C54: hue angle of 26.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665C54 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 84 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.6 |
| HSL | 26.67º | 0.1% | 0.36% | - |
| HSV(B) | 26.67º | 0.18% | 0.4% | - |
| XYZ | 10.91 | 11.12 | 9.96 | - |
| YUV | 94.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 84 | 0 | 0.10 | 0.18 | 0.6 | 26.67 | 0.1 | 0.36 |
| Hex | 66 | 5C | 54 | 0 | A | 12 | 3C | 1B | A | 24 |
| Octal | 146 | 134 | 124 | 0 | 12 | 22 | 74 | 33 | 12 | 44 |
| Binary | 1100110 | 1011100 | 1010100 | 0 | 1010 | 10010 | 111100 | 11011 | 1010 | 100100 |
Color Harmonies of #665C54
Complementary color
Monochromatic Colors of #665C54
Black with #665C54
Text Example
Text Example
White with #665C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C54; }
p { color: rgb(102,92,84); }
H1.HeaderClassName
{
color: #665C54;
}
.AnyTagClassName
{
color: #665C54;
}
</style>
background-color css
<style>
a { background-color: #665C54; }
a { background-color: rgb(102,92,84); }
div.DivClassName
{
background-color: #665C54;
}
.BgClassName
{
background-color: #665C54;
}
</style>
border-color css
<style>
span { border-color: #665C54; }
span { border-color: rgb(102,92,84); }
td.TdClassName
{
border-color: #665C54;
}
.TagClassName
{
border-color: #665C54;
}
</style>