Shades of Rock #634F39
Tints of Rock #634F39
RGB
CMYK
RGB Variations
Color information
#634F39 (or 0x634F39) is known color: Rock. HEX triplet: 63, 4F and 39. RGB value is (99,79,57). Sum of RGB (Red+Green+Blue) = 99+79+57=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #634F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F39 is #9CB0C6. Grayscale: #525252. Windows color (decimal): -10268871 or 3755875. OLE color: 3755875.
HSL color Cylindrical-coordinate representation of color #634F39: hue angle of 31.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #634F39 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 57 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.61 |
| HSL | 31.43º | 0.27% | 0.31% | - |
| HSV(B) | 31.43º | 0.42% | 0.39% | - |
| XYZ | 8.68 | 8.54 | 5.06 | - |
| YUV | 82.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 57 | 0 | 0.20 | 0.42 | 0.61 | 31.43 | 0.27 | 0.31 |
| Hex | 63 | 4F | 39 | 0 | 14 | 2A | 3D | 1F | 1B | 1F |
| Octal | 143 | 117 | 71 | 0 | 24 | 52 | 75 | 37 | 33 | 37 |
| Binary | 1100011 | 1001111 | 111001 | 0 | 10100 | 101010 | 111101 | 11111 | 11011 | 11111 |
Color Harmonies of #634F39
Complementary color
Monochromatic Colors of #634F39
Black with #634F39
Text Example
Text Example
White with #634F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F39; }
p { color: rgb(99,79,57); }
H1.HeaderClassName
{
color: #634F39;
}
.AnyTagClassName
{
color: #634F39;
}
</style>
background-color css
<style>
a { background-color: #634F39; }
a { background-color: rgb(99,79,57); }
div.DivClassName
{
background-color: #634F39;
}
.BgClassName
{
background-color: #634F39;
}
</style>
border-color css
<style>
span { border-color: #634F39; }
span { border-color: rgb(99,79,57); }
td.TdClassName
{
border-color: #634F39;
}
.TagClassName
{
border-color: #634F39;
}
</style>