Shades of Bronze Olive #635223
Tints of Bronze Olive #635223
RGB
CMYK
RGB Variations
Color information
#635223 (or 0x635223) is known color: Bronze Olive. HEX triplet: 63, 52 and 23. RGB value is (99,82,35). Sum of RGB (Red+Green+Blue) = 99+82+35=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #635223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635223 is #9CADDC. Grayscale: #515151. Windows color (decimal): -10268125 or 2314851. OLE color: 2314851.
HSL color Cylindrical-coordinate representation of color #635223: hue angle of 44.06º 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 #635223 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 35 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.61 |
| HSL | 44.06º | 0.48% | 0.26% | - |
| HSV(B) | 44.06º | 0.65% | 0.39% | - |
| XYZ | 8.47 | 8.81 | 2.84 | - |
| YUV | 81.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 35 | 0 | 0.17 | 0.65 | 0.61 | 44.06 | 0.48 | 0.26 |
| Hex | 63 | 52 | 23 | 0 | 11 | 41 | 3D | 2C | 30 | 1A |
| Octal | 143 | 122 | 43 | 0 | 21 | 101 | 75 | 54 | 60 | 32 |
| Binary | 1100011 | 1010010 | 100011 | 0 | 10001 | 1000001 | 111101 | 101100 | 110000 | 11010 |
Color Harmonies of #635223
Complementary color
Monochromatic Colors of #635223
Black with #635223
Text Example
Text Example
White with #635223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635223; }
p { color: rgb(99,82,35); }
H1.HeaderClassName
{
color: #635223;
}
.AnyTagClassName
{
color: #635223;
}
</style>
background-color css
<style>
a { background-color: #635223; }
a { background-color: rgb(99,82,35); }
div.DivClassName
{
background-color: #635223;
}
.BgClassName
{
background-color: #635223;
}
</style>
border-color css
<style>
span { border-color: #635223; }
span { border-color: rgb(99,82,35); }
td.TdClassName
{
border-color: #635223;
}
.TagClassName
{
border-color: #635223;
}
</style>