Shades of Bronze Olive #635314
Tints of Bronze Olive #635314
RGB
CMYK
RGB Variations
Color information
#635314 (or 0x635314) is known color: Bronze Olive. HEX triplet: 63, 53 and 14. RGB value is (99,83,20). Sum of RGB (Red+Green+Blue) = 99+83+20=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #635314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635314 is #9CACEB. Grayscale: #505050. Windows color (decimal): -10267884 or 1332067. OLE color: 1332067.
HSL color Cylindrical-coordinate representation of color #635314: hue angle of 47.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #635314 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 20 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.61 |
| HSL | 47.85º | 0.66% | 0.23% | - |
| HSV(B) | 47.85º | 0.8% | 0.39% | - |
| XYZ | 8.37 | 8.89 | 1.94 | - |
| YUV | 80.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 20 | 0 | 0.16 | 0.80 | 0.61 | 47.85 | 0.66 | 0.23 |
| Hex | 63 | 53 | 14 | 0 | 10 | 50 | 3D | 30 | 42 | 17 |
| Octal | 143 | 123 | 24 | 0 | 20 | 120 | 75 | 60 | 102 | 27 |
| Binary | 1100011 | 1010011 | 10100 | 0 | 10000 | 1010000 | 111101 | 110000 | 1000010 | 10111 |
Color Harmonies of #635314
Complementary color
Monochromatic Colors of #635314
Black with #635314
Text Example
Text Example
White with #635314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635314; }
p { color: rgb(99,83,20); }
H1.HeaderClassName
{
color: #635314;
}
.AnyTagClassName
{
color: #635314;
}
</style>
background-color css
<style>
a { background-color: #635314; }
a { background-color: rgb(99,83,20); }
div.DivClassName
{
background-color: #635314;
}
.BgClassName
{
background-color: #635314;
}
</style>
border-color css
<style>
span { border-color: #635314; }
span { border-color: rgb(99,83,20); }
td.TdClassName
{
border-color: #635314;
}
.TagClassName
{
border-color: #635314;
}
</style>