Shades of Sirocco #62826C
Tints of Sirocco #62826C
RGB
CMYK
RGB Variations
Color information
#62826C (or 0x62826C) is known color: Sirocco. HEX triplet: 62, 82 and 6C. RGB value is (98,130,108). Sum of RGB (Red+Green+Blue) = 98+130+108=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #62826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62826C is #9D7D93. Grayscale: #757575. Windows color (decimal): -10321300 or 7111266. OLE color: 7111266.
HSL color Cylindrical-coordinate representation of color #62826C: hue angle of 138.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62826C is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 108 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.49 |
| HSL | 138.75º | 0.14% | 0.45% | - |
| HSV(B) | 138.75º | 0.25% | 0.51% | - |
| XYZ | 15.73 | 19.64 | 17.15 | - |
| YUV | 117.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 108 | 0.25 | 0 | 0.17 | 0.49 | 138.75 | 0.14 | 0.45 |
| Hex | 62 | 82 | 6C | 19 | 0 | 11 | 31 | 8B | E | 2D |
| Octal | 142 | 202 | 154 | 31 | 0 | 21 | 61 | 213 | 16 | 55 |
| Binary | 1100010 | 10000010 | 1101100 | 11001 | 0 | 10001 | 110001 | 10001011 | 1110 | 101101 |
Color Harmonies of #62826C
Complementary color
Monochromatic Colors of #62826C
Black with #62826C
Text Example
Text Example
White with #62826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62826C; }
p { color: rgb(98,130,108); }
H1.HeaderClassName
{
color: #62826C;
}
.AnyTagClassName
{
color: #62826C;
}
</style>
background-color css
<style>
a { background-color: #62826C; }
a { background-color: rgb(98,130,108); }
div.DivClassName
{
background-color: #62826C;
}
.BgClassName
{
background-color: #62826C;
}
</style>
border-color css
<style>
span { border-color: #62826C; }
span { border-color: rgb(98,130,108); }
td.TdClassName
{
border-color: #62826C;
}
.TagClassName
{
border-color: #62826C;
}
</style>