Shades of Kabul #625A53
Tints of Kabul #625A53
RGB
CMYK
RGB Variations
Color information
#625A53 (or 0x625A53) is known color: Kabul. HEX triplet: 62, 5A and 53. RGB value is (98,90,83). Sum of RGB (Red+Green+Blue) = 98+90+83=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 98 - color contains mainly: red. Hex color #625A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A53 is #9DA5AC. Grayscale: #5B5B5B. Windows color (decimal): -10331565 or 5462626. OLE color: 5462626.
HSL color Cylindrical-coordinate representation of color #625A53: hue angle of 28º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #625A53 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 83 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.62 |
| HSL | 28º | 0.08% | 0.35% | - |
| HSV(B) | 28º | 0.15% | 0.38% | - |
| XYZ | 10.25 | 10.53 | 9.68 | - |
| YUV | 91.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 83 | 0 | 0.08 | 0.15 | 0.62 | 28 | 0.08 | 0.35 |
| Hex | 62 | 5A | 53 | 0 | 8 | F | 3E | 1C | 8 | 23 |
| Octal | 142 | 132 | 123 | 0 | 10 | 17 | 76 | 34 | 10 | 43 |
| Binary | 1100010 | 1011010 | 1010011 | 0 | 1000 | 1111 | 111110 | 11100 | 1000 | 100011 |
Color Harmonies of #625A53
Complementary color
Monochromatic Colors of #625A53
Black with #625A53
Text Example
Text Example
White with #625A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A53; }
p { color: rgb(98,90,83); }
H1.HeaderClassName
{
color: #625A53;
}
.AnyTagClassName
{
color: #625A53;
}
</style>
background-color css
<style>
a { background-color: #625A53; }
a { background-color: rgb(98,90,83); }
div.DivClassName
{
background-color: #625A53;
}
.BgClassName
{
background-color: #625A53;
}
</style>
border-color css
<style>
span { border-color: #625A53; }
span { border-color: rgb(98,90,83); }
td.TdClassName
{
border-color: #625A53;
}
.TagClassName
{
border-color: #625A53;
}
</style>