Shades of Kabul #625C58
Tints of Kabul #625C58
RGB
CMYK
RGB Variations
Color information
#625C58 (or 0x625C58) is known color: Kabul. HEX triplet: 62, 5C and 58. RGB value is (98,92,88). Sum of RGB (Red+Green+Blue) = 98+92+88=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #625C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C58 is #9DA3A7. Grayscale: #5D5D5D. Windows color (decimal): -10331048 or 5790818. OLE color: 5790818.
HSL color Cylindrical-coordinate representation of color #625C58: hue angle of 24º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #625C58 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 88 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.62 |
| HSL | 24º | 0.05% | 0.36% | - |
| HSV(B) | 24º | 0.1% | 0.38% | - |
| XYZ | 10.63 | 10.96 | 10.79 | - |
| YUV | 93.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 88 | 0 | 0.06 | 0.10 | 0.62 | 24 | 0.05 | 0.36 |
| Hex | 62 | 5C | 58 | 0 | 6 | A | 3E | 18 | 5 | 24 |
| Octal | 142 | 134 | 130 | 0 | 6 | 12 | 76 | 30 | 5 | 44 |
| Binary | 1100010 | 1011100 | 1011000 | 0 | 110 | 1010 | 111110 | 11000 | 101 | 100100 |
Color Harmonies of #625C58
Complementary color
Monochromatic Colors of #625C58
Black with #625C58
Text Example
Text Example
White with #625C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C58; }
p { color: rgb(98,92,88); }
H1.HeaderClassName
{
color: #625C58;
}
.AnyTagClassName
{
color: #625C58;
}
</style>
background-color css
<style>
a { background-color: #625C58; }
a { background-color: rgb(98,92,88); }
div.DivClassName
{
background-color: #625C58;
}
.BgClassName
{
background-color: #625C58;
}
</style>
border-color css
<style>
span { border-color: #625C58; }
span { border-color: rgb(98,92,88); }
td.TdClassName
{
border-color: #625C58;
}
.TagClassName
{
border-color: #625C58;
}
</style>