Shades of Kabul #645D57
Tints of Kabul #645D57
RGB
CMYK
RGB Variations
Color information
#645D57 (or 0x645D57) is known color: Kabul. HEX triplet: 64, 5D and 57. RGB value is (100,93,87). Sum of RGB (Red+Green+Blue) = 100+93+87=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #645D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D57 is #9BA2A8. Grayscale: #5E5E5E. Windows color (decimal): -10199721 or 5725540. OLE color: 5725540.
HSL color Cylindrical-coordinate representation of color #645D57: hue angle of 27.69º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #645D57 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 87 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.61 |
| HSL | 27.69º | 0.07% | 0.37% | - |
| HSV(B) | 27.69º | 0.13% | 0.39% | - |
| XYZ | 10.89 | 11.23 | 10.61 | - |
| YUV | 94.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 87 | 0 | 0.07 | 0.13 | 0.61 | 27.69 | 0.07 | 0.37 |
| Hex | 64 | 5D | 57 | 0 | 7 | D | 3D | 1C | 7 | 25 |
| Octal | 144 | 135 | 127 | 0 | 7 | 15 | 75 | 34 | 7 | 45 |
| Binary | 1100100 | 1011101 | 1010111 | 0 | 111 | 1101 | 111101 | 11100 | 111 | 100101 |
Color Harmonies of #645D57
Complementary color
Monochromatic Colors of #645D57
Black with #645D57
Text Example
Text Example
White with #645D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D57; }
p { color: rgb(100,93,87); }
H1.HeaderClassName
{
color: #645D57;
}
.AnyTagClassName
{
color: #645D57;
}
</style>
background-color css
<style>
a { background-color: #645D57; }
a { background-color: rgb(100,93,87); }
div.DivClassName
{
background-color: #645D57;
}
.BgClassName
{
background-color: #645D57;
}
</style>
border-color css
<style>
span { border-color: #645D57; }
span { border-color: rgb(100,93,87); }
td.TdClassName
{
border-color: #645D57;
}
.TagClassName
{
border-color: #645D57;
}
</style>