Shades of Rock #634E3D
Tints of Rock #634E3D
RGB
CMYK
RGB Variations
Color information
#634E3D (or 0x634E3D) is known color: Rock. HEX triplet: 63, 4E and 3D. RGB value is (99,78,61). Sum of RGB (Red+Green+Blue) = 99+78+61=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #634E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E3D is #9CB1C2. Grayscale: #525252. Windows color (decimal): -10269123 or 4017763. OLE color: 4017763.
HSL color Cylindrical-coordinate representation of color #634E3D: hue angle of 26.84º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #634E3D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 61 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.61 |
| HSL | 26.84º | 0.24% | 0.31% | - |
| HSV(B) | 26.84º | 0.38% | 0.39% | - |
| XYZ | 8.71 | 8.44 | 5.58 | - |
| YUV | 82.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 61 | 0 | 0.21 | 0.38 | 0.61 | 26.84 | 0.24 | 0.31 |
| Hex | 63 | 4E | 3D | 0 | 15 | 26 | 3D | 1B | 18 | 1F |
| Octal | 143 | 116 | 75 | 0 | 25 | 46 | 75 | 33 | 30 | 37 |
| Binary | 1100011 | 1001110 | 111101 | 0 | 10101 | 100110 | 111101 | 11011 | 11000 | 11111 |
Color Harmonies of #634E3D
Complementary color
Monochromatic Colors of #634E3D
Black with #634E3D
Text Example
Text Example
White with #634E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E3D; }
p { color: rgb(99,78,61); }
H1.HeaderClassName
{
color: #634E3D;
}
.AnyTagClassName
{
color: #634E3D;
}
</style>
background-color css
<style>
a { background-color: #634E3D; }
a { background-color: rgb(99,78,61); }
div.DivClassName
{
background-color: #634E3D;
}
.BgClassName
{
background-color: #634E3D;
}
</style>
border-color css
<style>
span { border-color: #634E3D; }
span { border-color: rgb(99,78,61); }
td.TdClassName
{
border-color: #634E3D;
}
.TagClassName
{
border-color: #634E3D;
}
</style>