Shades of Rock #624F39
Tints of Rock #624F39
RGB
CMYK
RGB Variations
Color information
#624F39 (or 0x624F39) is known color: Rock. HEX triplet: 62, 4F and 39. RGB value is (98,79,57). Sum of RGB (Red+Green+Blue) = 98+79+57=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #624F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F39 is #9DB0C6. Grayscale: #525252. Windows color (decimal): -10334407 or 3755874. OLE color: 3755874.
HSL color Cylindrical-coordinate representation of color #624F39: hue angle of 32.2º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #624F39 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 57 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.62 |
| HSL | 32.2º | 0.26% | 0.3% | - |
| HSV(B) | 32.2º | 0.42% | 0.38% | - |
| XYZ | 8.57 | 8.48 | 5.06 | - |
| YUV | 82.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 57 | 0 | 0.19 | 0.42 | 0.62 | 32.2 | 0.26 | 0.3 |
| Hex | 62 | 4F | 39 | 0 | 13 | 2A | 3E | 20 | 1A | 1E |
| Octal | 142 | 117 | 71 | 0 | 23 | 52 | 76 | 40 | 32 | 36 |
| Binary | 1100010 | 1001111 | 111001 | 0 | 10011 | 101010 | 111110 | 100000 | 11010 | 11110 |
Color Harmonies of #624F39
Complementary color
Monochromatic Colors of #624F39
Black with #624F39
Text Example
Text Example
White with #624F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F39; }
p { color: rgb(98,79,57); }
H1.HeaderClassName
{
color: #624F39;
}
.AnyTagClassName
{
color: #624F39;
}
</style>
background-color css
<style>
a { background-color: #624F39; }
a { background-color: rgb(98,79,57); }
div.DivClassName
{
background-color: #624F39;
}
.BgClassName
{
background-color: #624F39;
}
</style>
border-color css
<style>
span { border-color: #624F39; }
span { border-color: rgb(98,79,57); }
td.TdClassName
{
border-color: #624F39;
}
.TagClassName
{
border-color: #624F39;
}
</style>