Shades of Rock #634E39
Tints of Rock #634E39
RGB
CMYK
RGB Variations
Color information
#634E39 (or 0x634E39) is known color: Rock. HEX triplet: 63, 4E and 39. RGB value is (99,78,57). Sum of RGB (Red+Green+Blue) = 99+78+57=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E39 is #9CB1C6. Grayscale: #515151. Windows color (decimal): -10269127 or 3755619. OLE color: 3755619.
HSL color Cylindrical-coordinate representation of color #634E39: hue angle of 30º 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 #634E39 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 57 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.61 |
| HSL | 30º | 0.27% | 0.31% | - |
| HSV(B) | 30º | 0.42% | 0.39% | - |
| XYZ | 8.61 | 8.4 | 5.04 | - |
| YUV | 81.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 57 | 0 | 0.21 | 0.42 | 0.61 | 30 | 0.27 | 0.31 |
| Hex | 63 | 4E | 39 | 0 | 15 | 2A | 3D | 1E | 1B | 1F |
| Octal | 143 | 116 | 71 | 0 | 25 | 52 | 75 | 36 | 33 | 37 |
| Binary | 1100011 | 1001110 | 111001 | 0 | 10101 | 101010 | 111101 | 11110 | 11011 | 11111 |
Color Harmonies of #634E39
Complementary color
Monochromatic Colors of #634E39
Black with #634E39
Text Example
Text Example
White with #634E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E39; }
p { color: rgb(99,78,57); }
H1.HeaderClassName
{
color: #634E39;
}
.AnyTagClassName
{
color: #634E39;
}
</style>
background-color css
<style>
a { background-color: #634E39; }
a { background-color: rgb(99,78,57); }
div.DivClassName
{
background-color: #634E39;
}
.BgClassName
{
background-color: #634E39;
}
</style>
border-color css
<style>
span { border-color: #634E39; }
span { border-color: rgb(99,78,57); }
td.TdClassName
{
border-color: #634E39;
}
.TagClassName
{
border-color: #634E39;
}
</style>