Shades of Bronze Olive #604A1C
Tints of Bronze Olive #604A1C
RGB
CMYK
RGB Variations
Color information
#604A1C (or 0x604A1C) is known color: Bronze Olive. HEX triplet: 60, 4A and 1C. RGB value is (96,74,28). Sum of RGB (Red+Green+Blue) = 96+74+28=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #604A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A1C is #9FB5E3. Grayscale: #4B4B4B. Windows color (decimal): -10466788 or 1854048. OLE color: 1854048.
HSL color Cylindrical-coordinate representation of color #604A1C: hue angle of 40.59º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #604A1C is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 28 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.62 |
| HSL | 40.59º | 0.55% | 0.24% | - |
| HSV(B) | 40.59º | 0.71% | 0.38% | - |
| XYZ | 7.48 | 7.47 | 2.15 | - |
| YUV | 75.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 28 | 0 | 0.23 | 0.71 | 0.62 | 40.59 | 0.55 | 0.24 |
| Hex | 60 | 4A | 1C | 0 | 17 | 47 | 3E | 29 | 37 | 18 |
| Octal | 140 | 112 | 34 | 0 | 27 | 107 | 76 | 51 | 67 | 30 |
| Binary | 1100000 | 1001010 | 11100 | 0 | 10111 | 1000111 | 111110 | 101001 | 110111 | 11000 |
Color Harmonies of #604A1C
Complementary color
Monochromatic Colors of #604A1C
Black with #604A1C
Text Example
Text Example
White with #604A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A1C; }
p { color: rgb(96,74,28); }
H1.HeaderClassName
{
color: #604A1C;
}
.AnyTagClassName
{
color: #604A1C;
}
</style>
background-color css
<style>
a { background-color: #604A1C; }
a { background-color: rgb(96,74,28); }
div.DivClassName
{
background-color: #604A1C;
}
.BgClassName
{
background-color: #604A1C;
}
</style>
border-color css
<style>
span { border-color: #604A1C; }
span { border-color: rgb(96,74,28); }
td.TdClassName
{
border-color: #604A1C;
}
.TagClassName
{
border-color: #604A1C;
}
</style>