Shades of Rock #63503E
Tints of Rock #63503E
RGB
CMYK
RGB Variations
Color information
#63503E (or 0x63503E) is known color: Rock. HEX triplet: 63, 50 and 3E. RGB value is (99,80,62). Sum of RGB (Red+Green+Blue) = 99+80+62=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63503E is #9CAFC1. Grayscale: #535353. Windows color (decimal): -10268610 or 4083811. OLE color: 4083811.
HSL color Cylindrical-coordinate representation of color #63503E: hue angle of 29.19º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63503E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 62 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.61 |
| HSL | 29.19º | 0.23% | 0.32% | - |
| HSV(B) | 29.19º | 0.37% | 0.39% | - |
| XYZ | 8.88 | 8.74 | 5.78 | - |
| YUV | 83.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 62 | 0 | 0.19 | 0.37 | 0.61 | 29.19 | 0.23 | 0.32 |
| Hex | 63 | 50 | 3E | 0 | 13 | 25 | 3D | 1D | 17 | 20 |
| Octal | 143 | 120 | 76 | 0 | 23 | 45 | 75 | 35 | 27 | 40 |
| Binary | 1100011 | 1010000 | 111110 | 0 | 10011 | 100101 | 111101 | 11101 | 10111 | 100000 |
Color Harmonies of #63503E
Complementary color
Monochromatic Colors of #63503E
Black with #63503E
Text Example
Text Example
White with #63503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63503E; }
p { color: rgb(99,80,62); }
H1.HeaderClassName
{
color: #63503E;
}
.AnyTagClassName
{
color: #63503E;
}
</style>
background-color css
<style>
a { background-color: #63503E; }
a { background-color: rgb(99,80,62); }
div.DivClassName
{
background-color: #63503E;
}
.BgClassName
{
background-color: #63503E;
}
</style>
border-color css
<style>
span { border-color: #63503E; }
span { border-color: rgb(99,80,62); }
td.TdClassName
{
border-color: #63503E;
}
.TagClassName
{
border-color: #63503E;
}
</style>