Shades of Bronze Olive #664F1A
Tints of Bronze Olive #664F1A
RGB
CMYK
RGB Variations
Color information
#664F1A (or 0x664F1A) is known color: Bronze Olive. HEX triplet: 66, 4F and 1A. RGB value is (102,79,26). Sum of RGB (Red+Green+Blue) = 102+79+26=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #664F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F1A is #99B0E5. Grayscale: #505050. Windows color (decimal): -10072294 or 1724262. OLE color: 1724262.
HSL color Cylindrical-coordinate representation of color #664F1A: hue angle of 41.84º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #664F1A is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 26 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.6 |
| HSL | 41.84º | 0.59% | 0.25% | - |
| HSV(B) | 41.84º | 0.75% | 0.4% | - |
| XYZ | 8.46 | 8.49 | 2.17 | - |
| YUV | 79.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 26 | 0 | 0.23 | 0.75 | 0.6 | 41.84 | 0.59 | 0.25 |
| Hex | 66 | 4F | 1A | 0 | 17 | 4B | 3C | 2A | 3B | 19 |
| Octal | 146 | 117 | 32 | 0 | 27 | 113 | 74 | 52 | 73 | 31 |
| Binary | 1100110 | 1001111 | 11010 | 0 | 10111 | 1001011 | 111100 | 101010 | 111011 | 11001 |
Color Harmonies of #664F1A
Complementary color
Monochromatic Colors of #664F1A
Black with #664F1A
Text Example
Text Example
White with #664F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F1A; }
p { color: rgb(102,79,26); }
H1.HeaderClassName
{
color: #664F1A;
}
.AnyTagClassName
{
color: #664F1A;
}
</style>
background-color css
<style>
a { background-color: #664F1A; }
a { background-color: rgb(102,79,26); }
div.DivClassName
{
background-color: #664F1A;
}
.BgClassName
{
background-color: #664F1A;
}
</style>
border-color css
<style>
span { border-color: #664F1A; }
span { border-color: rgb(102,79,26); }
td.TdClassName
{
border-color: #664F1A;
}
.TagClassName
{
border-color: #664F1A;
}
</style>