Shades of Kabul #645E58
Tints of Kabul #645E58
RGB
CMYK
RGB Variations
Color information
#645E58 (or 0x645E58) is known color: Kabul. HEX triplet: 64, 5E and 58. RGB value is (100,94,88). Sum of RGB (Red+Green+Blue) = 100+94+88=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 100 - color contains mainly: red. Hex color #645E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E58 is #9BA1A7. Grayscale: #5F5F5F. Windows color (decimal): -10199464 or 5791332. OLE color: 5791332.
HSL color Cylindrical-coordinate representation of color #645E58: hue angle of 30º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #645E58 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 94 | 88 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.61 |
| HSL | 30º | 0.06% | 0.37% | - |
| HSV(B) | 30º | 0.12% | 0.39% | - |
| XYZ | 11.02 | 11.42 | 10.86 | - |
| YUV | 95.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 88 | 0 | 0.06 | 0.12 | 0.61 | 30 | 0.06 | 0.37 |
| Hex | 64 | 5E | 58 | 0 | 6 | C | 3D | 1E | 6 | 25 |
| Octal | 144 | 136 | 130 | 0 | 6 | 14 | 75 | 36 | 6 | 45 |
| Binary | 1100100 | 1011110 | 1011000 | 0 | 110 | 1100 | 111101 | 11110 | 110 | 100101 |
Color Harmonies of #645E58
Complementary color
Monochromatic Colors of #645E58
Black with #645E58
Text Example
Text Example
White with #645E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E58; }
p { color: rgb(100,94,88); }
H1.HeaderClassName
{
color: #645E58;
}
.AnyTagClassName
{
color: #645E58;
}
</style>
background-color css
<style>
a { background-color: #645E58; }
a { background-color: rgb(100,94,88); }
div.DivClassName
{
background-color: #645E58;
}
.BgClassName
{
background-color: #645E58;
}
</style>
border-color css
<style>
span { border-color: #645E58; }
span { border-color: rgb(100,94,88); }
td.TdClassName
{
border-color: #645E58;
}
.TagClassName
{
border-color: #645E58;
}
</style>