Shades of Bronze Olive #635023
Tints of Bronze Olive #635023
RGB
CMYK
RGB Variations
Color information
#635023 (or 0x635023) is known color: Bronze Olive. HEX triplet: 63, 50 and 23. RGB value is (99,80,35). Sum of RGB (Red+Green+Blue) = 99+80+35=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #635023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635023 is #9CAFDC. Grayscale: #505050. Windows color (decimal): -10268637 or 2314339. OLE color: 2314339.
HSL color Cylindrical-coordinate representation of color #635023: hue angle of 42.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #635023 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 80 | 35 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.61 |
| HSL | 42.19º | 0.48% | 0.26% | - |
| HSV(B) | 42.19º | 0.65% | 0.39% | - |
| XYZ | 8.32 | 8.51 | 2.79 | - |
| YUV | 80.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 35 | 0 | 0.19 | 0.65 | 0.61 | 42.19 | 0.48 | 0.26 |
| Hex | 63 | 50 | 23 | 0 | 13 | 41 | 3D | 2A | 30 | 1A |
| Octal | 143 | 120 | 43 | 0 | 23 | 101 | 75 | 52 | 60 | 32 |
| Binary | 1100011 | 1010000 | 100011 | 0 | 10011 | 1000001 | 111101 | 101010 | 110000 | 11010 |
Color Harmonies of #635023
Complementary color
Monochromatic Colors of #635023
Black with #635023
Text Example
Text Example
White with #635023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635023; }
p { color: rgb(99,80,35); }
H1.HeaderClassName
{
color: #635023;
}
.AnyTagClassName
{
color: #635023;
}
</style>
background-color css
<style>
a { background-color: #635023; }
a { background-color: rgb(99,80,35); }
div.DivClassName
{
background-color: #635023;
}
.BgClassName
{
background-color: #635023;
}
</style>
border-color css
<style>
span { border-color: #635023; }
span { border-color: rgb(99,80,35); }
td.TdClassName
{
border-color: #635023;
}
.TagClassName
{
border-color: #635023;
}
</style>