Shades of Rock #63503C
Tints of Rock #63503C
RGB
CMYK
RGB Variations
Color information
#63503C (or 0x63503C) is known color: Rock. HEX triplet: 63, 50 and 3C. RGB value is (99,80,60). Sum of RGB (Red+Green+Blue) = 99+80+60=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63503C is #9CAFC3. Grayscale: #535353. Windows color (decimal): -10268612 or 3952739. OLE color: 3952739.
HSL color Cylindrical-coordinate representation of color #63503C: hue angle of 30.77º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63503C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 60 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.61 |
| HSL | 30.77º | 0.25% | 0.31% | - |
| HSV(B) | 30.77º | 0.39% | 0.39% | - |
| XYZ | 8.83 | 8.72 | 5.49 | - |
| YUV | 83.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 60 | 0 | 0.19 | 0.39 | 0.61 | 30.77 | 0.25 | 0.31 |
| Hex | 63 | 50 | 3C | 0 | 13 | 27 | 3D | 1F | 19 | 1F |
| Octal | 143 | 120 | 74 | 0 | 23 | 47 | 75 | 37 | 31 | 37 |
| Binary | 1100011 | 1010000 | 111100 | 0 | 10011 | 100111 | 111101 | 11111 | 11001 | 11111 |
Color Harmonies of #63503C
Complementary color
Monochromatic Colors of #63503C
Black with #63503C
Text Example
Text Example
White with #63503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63503C; }
p { color: rgb(99,80,60); }
H1.HeaderClassName
{
color: #63503C;
}
.AnyTagClassName
{
color: #63503C;
}
</style>
background-color css
<style>
a { background-color: #63503C; }
a { background-color: rgb(99,80,60); }
div.DivClassName
{
background-color: #63503C;
}
.BgClassName
{
background-color: #63503C;
}
</style>
border-color css
<style>
span { border-color: #63503C; }
span { border-color: rgb(99,80,60); }
td.TdClassName
{
border-color: #63503C;
}
.TagClassName
{
border-color: #63503C;
}
</style>