Shades of Bronze Olive #665515
Tints of Bronze Olive #665515
RGB
CMYK
RGB Variations
Color information
#665515 (or 0x665515) is known color: Bronze Olive. HEX triplet: 66, 55 and 15. RGB value is (102,85,21). Sum of RGB (Red+Green+Blue) = 102+85+21=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665515 is #99AAEA. Grayscale: #535353. Windows color (decimal): -10070763 or 1398118. OLE color: 1398118.
HSL color Cylindrical-coordinate representation of color #665515: hue angle of 47.41º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #665515 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 21 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.6 |
| HSL | 47.41º | 0.66% | 0.24% | - |
| HSV(B) | 47.41º | 0.79% | 0.4% | - |
| XYZ | 8.86 | 9.38 | 2.05 | - |
| YUV | 82.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 21 | 0 | 0.17 | 0.79 | 0.6 | 47.41 | 0.66 | 0.24 |
| Hex | 66 | 55 | 15 | 0 | 11 | 4F | 3C | 2F | 42 | 18 |
| Octal | 146 | 125 | 25 | 0 | 21 | 117 | 74 | 57 | 102 | 30 |
| Binary | 1100110 | 1010101 | 10101 | 0 | 10001 | 1001111 | 111100 | 101111 | 1000010 | 11000 |
Color Harmonies of #665515
Complementary color
Monochromatic Colors of #665515
Black with #665515
Text Example
Text Example
White with #665515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665515; }
p { color: rgb(102,85,21); }
H1.HeaderClassName
{
color: #665515;
}
.AnyTagClassName
{
color: #665515;
}
</style>
background-color css
<style>
a { background-color: #665515; }
a { background-color: rgb(102,85,21); }
div.DivClassName
{
background-color: #665515;
}
.BgClassName
{
background-color: #665515;
}
</style>
border-color css
<style>
span { border-color: #665515; }
span { border-color: rgb(102,85,21); }
td.TdClassName
{
border-color: #665515;
}
.TagClassName
{
border-color: #665515;
}
</style>