Shades of Kabul #62605E
Tints of Kabul #62605E
RGB
CMYK
RGB Variations
Color information
#62605E (or 0x62605E) is known color: Kabul. HEX triplet: 62, 60 and 5E. RGB value is (98,96,94). Sum of RGB (Red+Green+Blue) = 98+96+94=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 98 - color contains mainly: red. Hex color #62605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62605E is #9D9FA1. Grayscale: #606060. Windows color (decimal): -10330018 or 6185058. OLE color: 6185058.
HSL color Cylindrical-coordinate representation of color #62605E: hue angle of 30º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #62605E is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 94 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.62 |
| HSL | 30º | 0.02% | 0.38% | - |
| HSV(B) | 30º | 0.04% | 0.38% | - |
| XYZ | 11.24 | 11.77 | 12.27 | - |
| YUV | 96.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 94 | 0 | 0.02 | 0.04 | 0.62 | 30 | 0.02 | 0.38 |
| Hex | 62 | 60 | 5E | 0 | 2 | 4 | 3E | 1E | 2 | 26 |
| Octal | 142 | 140 | 136 | 0 | 2 | 4 | 76 | 36 | 2 | 46 |
| Binary | 1100010 | 1100000 | 1011110 | 0 | 10 | 100 | 111110 | 11110 | 10 | 100110 |
Color Harmonies of #62605E
Complementary color
Monochromatic Colors of #62605E
Black with #62605E
Text Example
Text Example
White with #62605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62605E; }
p { color: rgb(98,96,94); }
H1.HeaderClassName
{
color: #62605E;
}
.AnyTagClassName
{
color: #62605E;
}
</style>
background-color css
<style>
a { background-color: #62605E; }
a { background-color: rgb(98,96,94); }
div.DivClassName
{
background-color: #62605E;
}
.BgClassName
{
background-color: #62605E;
}
</style>
border-color css
<style>
span { border-color: #62605E; }
span { border-color: rgb(98,96,94); }
td.TdClassName
{
border-color: #62605E;
}
.TagClassName
{
border-color: #62605E;
}
</style>