Shades of Kabul #625E5B
Tints of Kabul #625E5B
RGB
CMYK
RGB Variations
Color information
#625E5B (or 0x625E5B) is known color: Kabul. HEX triplet: 62, 5E and 5B. RGB value is (98,94,91). Sum of RGB (Red+Green+Blue) = 98+94+91=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 98 - color contains mainly: red. Hex color #625E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E5B is #9DA1A4. Grayscale: #5E5E5E. Windows color (decimal): -10330533 or 5987938. OLE color: 5987938.
HSL color Cylindrical-coordinate representation of color #625E5B: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #625E5B is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 91 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.62 |
| HSL | 25.71º | 0.04% | 0.37% | - |
| HSV(B) | 25.71º | 0.07% | 0.38% | - |
| XYZ | 10.93 | 11.36 | 11.51 | - |
| YUV | 94.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 91 | 0 | 0.04 | 0.07 | 0.62 | 25.71 | 0.04 | 0.37 |
| Hex | 62 | 5E | 5B | 0 | 4 | 7 | 3E | 1A | 4 | 25 |
| Octal | 142 | 136 | 133 | 0 | 4 | 7 | 76 | 32 | 4 | 45 |
| Binary | 1100010 | 1011110 | 1011011 | 0 | 100 | 111 | 111110 | 11010 | 100 | 100101 |
Color Harmonies of #625E5B
Complementary color
Monochromatic Colors of #625E5B
Black with #625E5B
Text Example
Text Example
White with #625E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E5B; }
p { color: rgb(98,94,91); }
H1.HeaderClassName
{
color: #625E5B;
}
.AnyTagClassName
{
color: #625E5B;
}
</style>
background-color css
<style>
a { background-color: #625E5B; }
a { background-color: rgb(98,94,91); }
div.DivClassName
{
background-color: #625E5B;
}
.BgClassName
{
background-color: #625E5B;
}
</style>
border-color css
<style>
span { border-color: #625E5B; }
span { border-color: rgb(98,94,91); }
td.TdClassName
{
border-color: #625E5B;
}
.TagClassName
{
border-color: #625E5B;
}
</style>