Shades of Bronze Olive #63551A
Tints of Bronze Olive #63551A
RGB
CMYK
RGB Variations
Color information
#63551A (or 0x63551A) is known color: Bronze Olive. HEX triplet: 63, 55 and 1A. RGB value is (99,85,26). Sum of RGB (Red+Green+Blue) = 99+85+26=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63551A is #9CAAE5. Grayscale: #525252. Windows color (decimal): -10267366 or 1725795. OLE color: 1725795.
HSL color Cylindrical-coordinate representation of color #63551A: hue angle of 48.49º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63551A is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 26 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.61 |
| HSL | 48.49º | 0.58% | 0.25% | - |
| HSV(B) | 48.49º | 0.74% | 0.39% | - |
| XYZ | 8.58 | 9.22 | 2.31 | - |
| YUV | 82.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 26 | 0 | 0.14 | 0.74 | 0.61 | 48.49 | 0.58 | 0.25 |
| Hex | 63 | 55 | 1A | 0 | E | 4A | 3D | 30 | 3A | 19 |
| Octal | 143 | 125 | 32 | 0 | 16 | 112 | 75 | 60 | 72 | 31 |
| Binary | 1100011 | 1010101 | 11010 | 0 | 1110 | 1001010 | 111101 | 110000 | 111010 | 11001 |
Color Harmonies of #63551A
Complementary color
Monochromatic Colors of #63551A
Black with #63551A
Text Example
Text Example
White with #63551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63551A; }
p { color: rgb(99,85,26); }
H1.HeaderClassName
{
color: #63551A;
}
.AnyTagClassName
{
color: #63551A;
}
</style>
background-color css
<style>
a { background-color: #63551A; }
a { background-color: rgb(99,85,26); }
div.DivClassName
{
background-color: #63551A;
}
.BgClassName
{
background-color: #63551A;
}
</style>
border-color css
<style>
span { border-color: #63551A; }
span { border-color: rgb(99,85,26); }
td.TdClassName
{
border-color: #63551A;
}
.TagClassName
{
border-color: #63551A;
}
</style>