Shades of Bronze Olive #63551F
Tints of Bronze Olive #63551F
RGB
CMYK
RGB Variations
Color information
#63551F (or 0x63551F) is known color: Bronze Olive. HEX triplet: 63, 55 and 1F. RGB value is (99,85,31). Sum of RGB (Red+Green+Blue) = 99+85+31=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63551F is #9CAAE0. Grayscale: #535353. Windows color (decimal): -10267361 or 2053475. OLE color: 2053475.
HSL color Cylindrical-coordinate representation of color #63551F: hue angle of 47.65º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63551F is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 31 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.61 |
| HSL | 47.65º | 0.52% | 0.25% | - |
| HSV(B) | 47.65º | 0.69% | 0.39% | - |
| XYZ | 8.64 | 9.25 | 2.63 | - |
| YUV | 83.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 31 | 0 | 0.14 | 0.69 | 0.61 | 47.65 | 0.52 | 0.25 |
| Hex | 63 | 55 | 1F | 0 | E | 45 | 3D | 30 | 34 | 19 |
| Octal | 143 | 125 | 37 | 0 | 16 | 105 | 75 | 60 | 64 | 31 |
| Binary | 1100011 | 1010101 | 11111 | 0 | 1110 | 1000101 | 111101 | 110000 | 110100 | 11001 |
Color Harmonies of #63551F
Complementary color
Monochromatic Colors of #63551F
Black with #63551F
Text Example
Text Example
White with #63551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63551F; }
p { color: rgb(99,85,31); }
H1.HeaderClassName
{
color: #63551F;
}
.AnyTagClassName
{
color: #63551F;
}
</style>
background-color css
<style>
a { background-color: #63551F; }
a { background-color: rgb(99,85,31); }
div.DivClassName
{
background-color: #63551F;
}
.BgClassName
{
background-color: #63551F;
}
</style>
border-color css
<style>
span { border-color: #63551F; }
span { border-color: rgb(99,85,31); }
td.TdClassName
{
border-color: #63551F;
}
.TagClassName
{
border-color: #63551F;
}
</style>