Shades of Kabul #625F5C
Tints of Kabul #625F5C
RGB
CMYK
RGB Variations
Color information
#625F5C (or 0x625F5C) is known color: Kabul. HEX triplet: 62, 5F and 5C. RGB value is (98,95,92). Sum of RGB (Red+Green+Blue) = 98+95+92=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 98 - color contains mainly: red. Hex color #625F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F5C is #9DA0A3. Grayscale: #5F5F5F. Windows color (decimal): -10330276 or 6053730. OLE color: 6053730.
HSL color Cylindrical-coordinate representation of color #625F5C: hue angle of 30º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #625F5C is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 95 | 92 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.62 |
| HSL | 30º | 0.03% | 0.37% | - |
| HSV(B) | 30º | 0.06% | 0.38% | - |
| XYZ | 11.06 | 11.55 | 11.77 | - |
| YUV | 95.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 92 | 0 | 0.03 | 0.06 | 0.62 | 30 | 0.03 | 0.37 |
| Hex | 62 | 5F | 5C | 0 | 3 | 6 | 3E | 1E | 3 | 25 |
| Octal | 142 | 137 | 134 | 0 | 3 | 6 | 76 | 36 | 3 | 45 |
| Binary | 1100010 | 1011111 | 1011100 | 0 | 11 | 110 | 111110 | 11110 | 11 | 100101 |
Color Harmonies of #625F5C
Complementary color
Monochromatic Colors of #625F5C
Black with #625F5C
Text Example
Text Example
White with #625F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F5C; }
p { color: rgb(98,95,92); }
H1.HeaderClassName
{
color: #625F5C;
}
.AnyTagClassName
{
color: #625F5C;
}
</style>
background-color css
<style>
a { background-color: #625F5C; }
a { background-color: rgb(98,95,92); }
div.DivClassName
{
background-color: #625F5C;
}
.BgClassName
{
background-color: #625F5C;
}
</style>
border-color css
<style>
span { border-color: #625F5C; }
span { border-color: rgb(98,95,92); }
td.TdClassName
{
border-color: #625F5C;
}
.TagClassName
{
border-color: #625F5C;
}
</style>