Shades of Kabul #665D54
Tints of Kabul #665D54
RGB
CMYK
RGB Variations
Color information
#665D54 (or 0x665D54) is known color: Kabul. HEX triplet: 66, 5D and 54. RGB value is (102,93,84). Sum of RGB (Red+Green+Blue) = 102+93+84=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #665D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D54 is #99A2AB. Grayscale: #5E5E5E. Windows color (decimal): -10068652 or 5528934. OLE color: 5528934.
HSL color Cylindrical-coordinate representation of color #665D54: hue angle of 30º 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 #665D54 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 84 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.6 |
| HSL | 30º | 0.1% | 0.36% | - |
| HSV(B) | 30º | 0.18% | 0.4% | - |
| XYZ | 10.99 | 11.29 | 9.99 | - |
| YUV | 94.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 84 | 0 | 0.09 | 0.18 | 0.6 | 30 | 0.1 | 0.36 |
| Hex | 66 | 5D | 54 | 0 | 9 | 12 | 3C | 1E | A | 24 |
| Octal | 146 | 135 | 124 | 0 | 11 | 22 | 74 | 36 | 12 | 44 |
| Binary | 1100110 | 1011101 | 1010100 | 0 | 1001 | 10010 | 111100 | 11110 | 1010 | 100100 |
Color Harmonies of #665D54
Complementary color
Monochromatic Colors of #665D54
Black with #665D54
Text Example
Text Example
White with #665D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D54; }
p { color: rgb(102,93,84); }
H1.HeaderClassName
{
color: #665D54;
}
.AnyTagClassName
{
color: #665D54;
}
</style>
background-color css
<style>
a { background-color: #665D54; }
a { background-color: rgb(102,93,84); }
div.DivClassName
{
background-color: #665D54;
}
.BgClassName
{
background-color: #665D54;
}
</style>
border-color css
<style>
span { border-color: #665D54; }
span { border-color: rgb(102,93,84); }
td.TdClassName
{
border-color: #665D54;
}
.TagClassName
{
border-color: #665D54;
}
</style>