Shades of Kabul #625A54
Tints of Kabul #625A54
RGB
CMYK
RGB Variations
Color information
#625A54 (or 0x625A54) is known color: Kabul. HEX triplet: 62, 5A and 54. RGB value is (98,90,84). Sum of RGB (Red+Green+Blue) = 98+90+84=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #625A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A54 is #9DA5AB. Grayscale: #5B5B5B. Windows color (decimal): -10331564 or 5528162. OLE color: 5528162.
HSL color Cylindrical-coordinate representation of color #625A54: hue angle of 25.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #625A54 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 84 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.62 |
| HSL | 25.71º | 0.08% | 0.36% | - |
| HSV(B) | 25.71º | 0.14% | 0.38% | - |
| XYZ | 10.29 | 10.55 | 9.88 | - |
| YUV | 91.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 84 | 0 | 0.08 | 0.14 | 0.62 | 25.71 | 0.08 | 0.36 |
| Hex | 62 | 5A | 54 | 0 | 8 | E | 3E | 1A | 8 | 24 |
| Octal | 142 | 132 | 124 | 0 | 10 | 16 | 76 | 32 | 10 | 44 |
| Binary | 1100010 | 1011010 | 1010100 | 0 | 1000 | 1110 | 111110 | 11010 | 1000 | 100100 |
Color Harmonies of #625A54
Complementary color
Monochromatic Colors of #625A54
Black with #625A54
Text Example
Text Example
White with #625A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A54; }
p { color: rgb(98,90,84); }
H1.HeaderClassName
{
color: #625A54;
}
.AnyTagClassName
{
color: #625A54;
}
</style>
background-color css
<style>
a { background-color: #625A54; }
a { background-color: rgb(98,90,84); }
div.DivClassName
{
background-color: #625A54;
}
.BgClassName
{
background-color: #625A54;
}
</style>
border-color css
<style>
span { border-color: #625A54; }
span { border-color: rgb(98,90,84); }
td.TdClassName
{
border-color: #625A54;
}
.TagClassName
{
border-color: #625A54;
}
</style>