Shades of Bronze Olive #604B1C
Tints of Bronze Olive #604B1C
RGB
CMYK
RGB Variations
Color information
#604B1C (or 0x604B1C) is known color: Bronze Olive. HEX triplet: 60, 4B and 1C. RGB value is (96,75,28). Sum of RGB (Red+Green+Blue) = 96+75+28=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B1C is #9FB4E3. Grayscale: #4C4C4C. Windows color (decimal): -10466532 or 1854304. OLE color: 1854304.
HSL color Cylindrical-coordinate representation of color #604B1C: hue angle of 41.47º 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 #604B1C is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 75 | 28 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.62 |
| HSL | 41.47º | 0.55% | 0.24% | - |
| HSV(B) | 41.47º | 0.71% | 0.38% | - |
| XYZ | 7.55 | 7.6 | 2.17 | - |
| YUV | 75.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 28 | 0 | 0.22 | 0.71 | 0.62 | 41.47 | 0.55 | 0.24 |
| Hex | 60 | 4B | 1C | 0 | 16 | 47 | 3E | 29 | 37 | 18 |
| Octal | 140 | 113 | 34 | 0 | 26 | 107 | 76 | 51 | 67 | 30 |
| Binary | 1100000 | 1001011 | 11100 | 0 | 10110 | 1000111 | 111110 | 101001 | 110111 | 11000 |
Color Harmonies of #604B1C
Complementary color
Monochromatic Colors of #604B1C
Black with #604B1C
Text Example
Text Example
White with #604B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604B1C; }
p { color: rgb(96,75,28); }
H1.HeaderClassName
{
color: #604B1C;
}
.AnyTagClassName
{
color: #604B1C;
}
</style>
background-color css
<style>
a { background-color: #604B1C; }
a { background-color: rgb(96,75,28); }
div.DivClassName
{
background-color: #604B1C;
}
.BgClassName
{
background-color: #604B1C;
}
</style>
border-color css
<style>
span { border-color: #604B1C; }
span { border-color: rgb(96,75,28); }
td.TdClassName
{
border-color: #604B1C;
}
.TagClassName
{
border-color: #604B1C;
}
</style>