Shades of Kabul #625C56
Tints of Kabul #625C56
RGB
CMYK
RGB Variations
Color information
#625C56 (or 0x625C56) is known color: Kabul. HEX triplet: 62, 5C and 56. RGB value is (98,92,86). Sum of RGB (Red+Green+Blue) = 98+92+86=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #625C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C56 is #9DA3A9. Grayscale: #5D5D5D. Windows color (decimal): -10331050 or 5659746. OLE color: 5659746.
HSL color Cylindrical-coordinate representation of color #625C56: hue angle of 30º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #625C56 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 86 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.62 |
| HSL | 30º | 0.07% | 0.36% | - |
| HSV(B) | 30º | 0.12% | 0.38% | - |
| XYZ | 10.54 | 10.92 | 10.36 | - |
| YUV | 93.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 86 | 0 | 0.06 | 0.12 | 0.62 | 30 | 0.07 | 0.36 |
| Hex | 62 | 5C | 56 | 0 | 6 | C | 3E | 1E | 7 | 24 |
| Octal | 142 | 134 | 126 | 0 | 6 | 14 | 76 | 36 | 7 | 44 |
| Binary | 1100010 | 1011100 | 1010110 | 0 | 110 | 1100 | 111110 | 11110 | 111 | 100100 |
Color Harmonies of #625C56
Complementary color
Monochromatic Colors of #625C56
Black with #625C56
Text Example
Text Example
White with #625C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C56; }
p { color: rgb(98,92,86); }
H1.HeaderClassName
{
color: #625C56;
}
.AnyTagClassName
{
color: #625C56;
}
</style>
background-color css
<style>
a { background-color: #625C56; }
a { background-color: rgb(98,92,86); }
div.DivClassName
{
background-color: #625C56;
}
.BgClassName
{
background-color: #625C56;
}
</style>
border-color css
<style>
span { border-color: #625C56; }
span { border-color: rgb(98,92,86); }
td.TdClassName
{
border-color: #625C56;
}
.TagClassName
{
border-color: #625C56;
}
</style>