Shades of Kabul #625D58
Tints of Kabul #625D58
RGB
CMYK
RGB Variations
Color information
#625D58 (or 0x625D58) is known color: Kabul. HEX triplet: 62, 5D and 58. RGB value is (98,93,88). Sum of RGB (Red+Green+Blue) = 98+93+88=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 98 - color contains mainly: red. Hex color #625D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D58 is #9DA2A7. Grayscale: #5D5D5D. Windows color (decimal): -10330792 or 5791074. OLE color: 5791074.
HSL color Cylindrical-coordinate representation of color #625D58: hue angle of 30º 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 #625D58 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 88 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.62 |
| HSL | 30º | 0.05% | 0.36% | - |
| HSV(B) | 30º | 0.1% | 0.38% | - |
| XYZ | 10.71 | 11.13 | 10.82 | - |
| YUV | 93.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 88 | 0 | 0.05 | 0.10 | 0.62 | 30 | 0.05 | 0.36 |
| Hex | 62 | 5D | 58 | 0 | 5 | A | 3E | 1E | 5 | 24 |
| Octal | 142 | 135 | 130 | 0 | 5 | 12 | 76 | 36 | 5 | 44 |
| Binary | 1100010 | 1011101 | 1011000 | 0 | 101 | 1010 | 111110 | 11110 | 101 | 100100 |
Color Harmonies of #625D58
Complementary color
Monochromatic Colors of #625D58
Black with #625D58
Text Example
Text Example
White with #625D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D58; }
p { color: rgb(98,93,88); }
H1.HeaderClassName
{
color: #625D58;
}
.AnyTagClassName
{
color: #625D58;
}
</style>
background-color css
<style>
a { background-color: #625D58; }
a { background-color: rgb(98,93,88); }
div.DivClassName
{
background-color: #625D58;
}
.BgClassName
{
background-color: #625D58;
}
</style>
border-color css
<style>
span { border-color: #625D58; }
span { border-color: rgb(98,93,88); }
td.TdClassName
{
border-color: #625D58;
}
.TagClassName
{
border-color: #625D58;
}
</style>