Shades of Bronze Olive #634F24
Tints of Bronze Olive #634F24
RGB
CMYK
RGB Variations
Color information
#634F24 (or 0x634F24) is known color: Bronze Olive. HEX triplet: 63, 4F and 24. RGB value is (99,79,36). Sum of RGB (Red+Green+Blue) = 99+79+36=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #634F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F24 is #9CB0DB. Grayscale: #505050. Windows color (decimal): -10268892 or 2379619. OLE color: 2379619.
HSL color Cylindrical-coordinate representation of color #634F24: hue angle of 40.95º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634F24 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 36 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.61 |
| HSL | 40.95º | 0.47% | 0.26% | - |
| HSV(B) | 40.95º | 0.64% | 0.39% | - |
| XYZ | 8.26 | 8.37 | 2.85 | - |
| YUV | 80.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 36 | 0 | 0.20 | 0.64 | 0.61 | 40.95 | 0.47 | 0.26 |
| Hex | 63 | 4F | 24 | 0 | 14 | 40 | 3D | 29 | 2F | 1A |
| Octal | 143 | 117 | 44 | 0 | 24 | 100 | 75 | 51 | 57 | 32 |
| Binary | 1100011 | 1001111 | 100100 | 0 | 10100 | 1000000 | 111101 | 101001 | 101111 | 11010 |
Color Harmonies of #634F24
Complementary color
Monochromatic Colors of #634F24
Black with #634F24
Text Example
Text Example
White with #634F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F24; }
p { color: rgb(99,79,36); }
H1.HeaderClassName
{
color: #634F24;
}
.AnyTagClassName
{
color: #634F24;
}
</style>
background-color css
<style>
a { background-color: #634F24; }
a { background-color: rgb(99,79,36); }
div.DivClassName
{
background-color: #634F24;
}
.BgClassName
{
background-color: #634F24;
}
</style>
border-color css
<style>
span { border-color: #634F24; }
span { border-color: rgb(99,79,36); }
td.TdClassName
{
border-color: #634F24;
}
.TagClassName
{
border-color: #634F24;
}
</style>