Shades of Bronze Olive #63501B
Tints of Bronze Olive #63501B
RGB
CMYK
RGB Variations
Color information
#63501B (or 0x63501B) is known color: Bronze Olive. HEX triplet: 63, 50 and 1B. RGB value is (99,80,27). Sum of RGB (Red+Green+Blue) = 99+80+27=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63501B is #9CAFE4. Grayscale: #4F4F4F. Windows color (decimal): -10268645 or 1790051. OLE color: 1790051.
HSL color Cylindrical-coordinate representation of color #63501B: hue angle of 44.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63501B is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 27 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.61 |
| HSL | 44.17º | 0.57% | 0.25% | - |
| HSV(B) | 44.17º | 0.73% | 0.39% | - |
| XYZ | 8.21 | 8.47 | 2.24 | - |
| YUV | 79.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 27 | 0 | 0.19 | 0.73 | 0.61 | 44.17 | 0.57 | 0.25 |
| Hex | 63 | 50 | 1B | 0 | 13 | 49 | 3D | 2C | 39 | 19 |
| Octal | 143 | 120 | 33 | 0 | 23 | 111 | 75 | 54 | 71 | 31 |
| Binary | 1100011 | 1010000 | 11011 | 0 | 10011 | 1001001 | 111101 | 101100 | 111001 | 11001 |
Color Harmonies of #63501B
Complementary color
Monochromatic Colors of #63501B
Black with #63501B
Text Example
Text Example
White with #63501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63501B; }
p { color: rgb(99,80,27); }
H1.HeaderClassName
{
color: #63501B;
}
.AnyTagClassName
{
color: #63501B;
}
</style>
background-color css
<style>
a { background-color: #63501B; }
a { background-color: rgb(99,80,27); }
div.DivClassName
{
background-color: #63501B;
}
.BgClassName
{
background-color: #63501B;
}
</style>
border-color css
<style>
span { border-color: #63501B; }
span { border-color: rgb(99,80,27); }
td.TdClassName
{
border-color: #63501B;
}
.TagClassName
{
border-color: #63501B;
}
</style>