Shades of Bronze Olive #66501B
Tints of Bronze Olive #66501B
RGB
CMYK
RGB Variations
Color information
#66501B (or 0x66501B) is known color: Bronze Olive. HEX triplet: 66, 50 and 1B. RGB value is (102,80,27). Sum of RGB (Red+Green+Blue) = 102+80+27=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #66501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66501B is #99AFE4. Grayscale: #505050. Windows color (decimal): -10072037 or 1790054. OLE color: 1790054.
HSL color Cylindrical-coordinate representation of color #66501B: hue angle of 42.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66501B is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 27 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.6 |
| HSL | 42.4º | 0.58% | 0.25% | - |
| HSV(B) | 42.4º | 0.74% | 0.4% | - |
| XYZ | 8.55 | 8.64 | 2.25 | - |
| YUV | 80.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 27 | 0 | 0.22 | 0.74 | 0.6 | 42.4 | 0.58 | 0.25 |
| Hex | 66 | 50 | 1B | 0 | 16 | 4A | 3C | 2A | 3A | 19 |
| Octal | 146 | 120 | 33 | 0 | 26 | 112 | 74 | 52 | 72 | 31 |
| Binary | 1100110 | 1010000 | 11011 | 0 | 10110 | 1001010 | 111100 | 101010 | 111010 | 11001 |
Color Harmonies of #66501B
Complementary color
Monochromatic Colors of #66501B
Black with #66501B
Text Example
Text Example
White with #66501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66501B; }
p { color: rgb(102,80,27); }
H1.HeaderClassName
{
color: #66501B;
}
.AnyTagClassName
{
color: #66501B;
}
</style>
background-color css
<style>
a { background-color: #66501B; }
a { background-color: rgb(102,80,27); }
div.DivClassName
{
background-color: #66501B;
}
.BgClassName
{
background-color: #66501B;
}
</style>
border-color css
<style>
span { border-color: #66501B; }
span { border-color: rgb(102,80,27); }
td.TdClassName
{
border-color: #66501B;
}
.TagClassName
{
border-color: #66501B;
}
</style>