Shades of Kabul #64605C
Tints of Kabul #64605C
RGB
CMYK
RGB Variations
Color information
#64605C (or 0x64605C) is known color: Kabul. HEX triplet: 64, 60 and 5C. RGB value is (100,96,92). Sum of RGB (Red+Green+Blue) = 100+96+92=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 100 - color contains mainly: red. Hex color #64605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64605C is #9B9FA3. Grayscale: #606060. Windows color (decimal): -10198948 or 6053988. OLE color: 6053988.
HSL color Cylindrical-coordinate representation of color #64605C: hue angle of 30º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #64605C is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 96 | 92 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.61 |
| HSL | 30º | 0.04% | 0.38% | - |
| HSV(B) | 30º | 0.08% | 0.39% | - |
| XYZ | 11.37 | 11.85 | 11.81 | - |
| YUV | 96.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 92 | 0 | 0.04 | 0.08 | 0.61 | 30 | 0.04 | 0.38 |
| Hex | 64 | 60 | 5C | 0 | 4 | 8 | 3D | 1E | 4 | 26 |
| Octal | 144 | 140 | 134 | 0 | 4 | 10 | 75 | 36 | 4 | 46 |
| Binary | 1100100 | 1100000 | 1011100 | 0 | 100 | 1000 | 111101 | 11110 | 100 | 100110 |
Color Harmonies of #64605C
Complementary color
Monochromatic Colors of #64605C
Black with #64605C
Text Example
Text Example
White with #64605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64605C; }
p { color: rgb(100,96,92); }
H1.HeaderClassName
{
color: #64605C;
}
.AnyTagClassName
{
color: #64605C;
}
</style>
background-color css
<style>
a { background-color: #64605C; }
a { background-color: rgb(100,96,92); }
div.DivClassName
{
background-color: #64605C;
}
.BgClassName
{
background-color: #64605C;
}
</style>
border-color css
<style>
span { border-color: #64605C; }
span { border-color: rgb(100,96,92); }
td.TdClassName
{
border-color: #64605C;
}
.TagClassName
{
border-color: #64605C;
}
</style>