Shades of Rock #634E3B
Tints of Rock #634E3B
RGB
CMYK
RGB Variations
Color information
#634E3B (or 0x634E3B) is known color: Rock. HEX triplet: 63, 4E and 3B. RGB value is (99,78,59). Sum of RGB (Red+Green+Blue) = 99+78+59=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #634E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E3B is #9CB1C4. Grayscale: #525252. Windows color (decimal): -10269125 or 3886691. OLE color: 3886691.
HSL color Cylindrical-coordinate representation of color #634E3B: hue angle of 28.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #634E3B is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 59 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.61 |
| HSL | 28.5º | 0.25% | 0.31% | - |
| HSV(B) | 28.5º | 0.4% | 0.39% | - |
| XYZ | 8.66 | 8.42 | 5.31 | - |
| YUV | 82.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 59 | 0 | 0.21 | 0.40 | 0.61 | 28.5 | 0.25 | 0.31 |
| Hex | 63 | 4E | 3B | 0 | 15 | 28 | 3D | 1C | 19 | 1F |
| Octal | 143 | 116 | 73 | 0 | 25 | 50 | 75 | 34 | 31 | 37 |
| Binary | 1100011 | 1001110 | 111011 | 0 | 10101 | 101000 | 111101 | 11100 | 11001 | 11111 |
Color Harmonies of #634E3B
Complementary color
Monochromatic Colors of #634E3B
Black with #634E3B
Text Example
Text Example
White with #634E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E3B; }
p { color: rgb(99,78,59); }
H1.HeaderClassName
{
color: #634E3B;
}
.AnyTagClassName
{
color: #634E3B;
}
</style>
background-color css
<style>
a { background-color: #634E3B; }
a { background-color: rgb(99,78,59); }
div.DivClassName
{
background-color: #634E3B;
}
.BgClassName
{
background-color: #634E3B;
}
</style>
border-color css
<style>
span { border-color: #634E3B; }
span { border-color: rgb(99,78,59); }
td.TdClassName
{
border-color: #634E3B;
}
.TagClassName
{
border-color: #634E3B;
}
</style>