Shades of Bronze Olive #625509
Tints of Bronze Olive #625509
RGB
CMYK
RGB Variations
Color information
#625509 (or 0x625509) is known color: Bronze Olive. HEX triplet: 62, 55 and 09. RGB value is (98,85,9). Sum of RGB (Red+Green+Blue) = 98+85+9=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #625509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625509 is #9DAAF6. Grayscale: #505050. Windows color (decimal): -10332919 or 611682. OLE color: 611682.
HSL color Cylindrical-coordinate representation of color #625509: hue angle of 51.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #625509 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 85 | 9 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.62 |
| HSL | 51.24º | 0.83% | 0.21% | - |
| HSV(B) | 51.24º | 0.91% | 0.38% | - |
| XYZ | 8.33 | 9.11 | 1.58 | - |
| YUV | 80.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 9 | 0 | 0.13 | 0.91 | 0.62 | 51.24 | 0.83 | 0.21 |
| Hex | 62 | 55 | 9 | 0 | D | 5B | 3E | 33 | 53 | 15 |
| Octal | 142 | 125 | 11 | 0 | 15 | 133 | 76 | 63 | 123 | 25 |
| Binary | 1100010 | 1010101 | 1001 | 0 | 1101 | 1011011 | 111110 | 110011 | 1010011 | 10101 |
Color Harmonies of #625509
Complementary color
Monochromatic Colors of #625509
Black with #625509
Text Example
Text Example
White with #625509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625509; }
p { color: rgb(98,85,9); }
H1.HeaderClassName
{
color: #625509;
}
.AnyTagClassName
{
color: #625509;
}
</style>
background-color css
<style>
a { background-color: #625509; }
a { background-color: rgb(98,85,9); }
div.DivClassName
{
background-color: #625509;
}
.BgClassName
{
background-color: #625509;
}
</style>
border-color css
<style>
span { border-color: #625509; }
span { border-color: rgb(98,85,9); }
td.TdClassName
{
border-color: #625509;
}
.TagClassName
{
border-color: #625509;
}
</style>