Shades of Bronze Olive #604A1B
Tints of Bronze Olive #604A1B
RGB
CMYK
RGB Variations
Color information
#604A1B (or 0x604A1B) is known color: Bronze Olive. HEX triplet: 60, 4A and 1B. RGB value is (96,74,27). Sum of RGB (Red+Green+Blue) = 96+74+27=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #604A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A1B is #9FB5E4. Grayscale: #4B4B4B. Windows color (decimal): -10466789 or 1788512. OLE color: 1788512.
HSL color Cylindrical-coordinate representation of color #604A1B: hue angle of 40.87º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #604A1B is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 27 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.62 |
| HSL | 40.87º | 0.56% | 0.24% | - |
| HSV(B) | 40.87º | 0.72% | 0.38% | - |
| XYZ | 7.47 | 7.46 | 2.08 | - |
| YUV | 75.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 27 | 0 | 0.23 | 0.72 | 0.62 | 40.87 | 0.56 | 0.24 |
| Hex | 60 | 4A | 1B | 0 | 17 | 48 | 3E | 29 | 38 | 18 |
| Octal | 140 | 112 | 33 | 0 | 27 | 110 | 76 | 51 | 70 | 30 |
| Binary | 1100000 | 1001010 | 11011 | 0 | 10111 | 1001000 | 111110 | 101001 | 111000 | 11000 |
Color Harmonies of #604A1B
Complementary color
Monochromatic Colors of #604A1B
Black with #604A1B
Text Example
Text Example
White with #604A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A1B; }
p { color: rgb(96,74,27); }
H1.HeaderClassName
{
color: #604A1B;
}
.AnyTagClassName
{
color: #604A1B;
}
</style>
background-color css
<style>
a { background-color: #604A1B; }
a { background-color: rgb(96,74,27); }
div.DivClassName
{
background-color: #604A1B;
}
.BgClassName
{
background-color: #604A1B;
}
</style>
border-color css
<style>
span { border-color: #604A1B; }
span { border-color: rgb(96,74,27); }
td.TdClassName
{
border-color: #604A1B;
}
.TagClassName
{
border-color: #604A1B;
}
</style>