Shades of Bronze Olive #635313
Tints of Bronze Olive #635313
RGB
CMYK
RGB Variations
Color information
#635313 (or 0x635313) is known color: Bronze Olive. HEX triplet: 63, 53 and 13. RGB value is (99,83,19). Sum of RGB (Red+Green+Blue) = 99+83+19=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635313 is #9CACEC. Grayscale: #505050. Windows color (decimal): -10267885 or 1266531. OLE color: 1266531.
HSL color Cylindrical-coordinate representation of color #635313: hue angle of 48º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #635313 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 19 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.61 |
| HSL | 48º | 0.68% | 0.23% | - |
| HSV(B) | 48º | 0.81% | 0.39% | - |
| XYZ | 8.36 | 8.89 | 1.89 | - |
| YUV | 80.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 19 | 0 | 0.16 | 0.81 | 0.61 | 48 | 0.68 | 0.23 |
| Hex | 63 | 53 | 13 | 0 | 10 | 51 | 3D | 30 | 44 | 17 |
| Octal | 143 | 123 | 23 | 0 | 20 | 121 | 75 | 60 | 104 | 27 |
| Binary | 1100011 | 1010011 | 10011 | 0 | 10000 | 1010001 | 111101 | 110000 | 1000100 | 10111 |
Color Harmonies of #635313
Complementary color
Monochromatic Colors of #635313
Black with #635313
Text Example
Text Example
White with #635313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635313; }
p { color: rgb(99,83,19); }
H1.HeaderClassName
{
color: #635313;
}
.AnyTagClassName
{
color: #635313;
}
</style>
background-color css
<style>
a { background-color: #635313; }
a { background-color: rgb(99,83,19); }
div.DivClassName
{
background-color: #635313;
}
.BgClassName
{
background-color: #635313;
}
</style>
border-color css
<style>
span { border-color: #635313; }
span { border-color: rgb(99,83,19); }
td.TdClassName
{
border-color: #635313;
}
.TagClassName
{
border-color: #635313;
}
</style>