#615517

Color #615517 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #615517

Tints of Bronze Olive #615517

Color information

#615517 (or 0x615517) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 17. RGB value is (97,85,23). Sum of RGB (Red+Green+Blue) = 97+85+23=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615517 is #9EAAE8. Grayscale: #515151. Windows color (decimal): -10398441 or 1529185. OLE color: 1529185.

HSL color Cylindrical-coordinate representation of color #615517: hue angle of 50.27º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #615517 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB978523-
CMYK00.120.760.62
HSL50.27º61.67%23.53%-
HSV(B)50.27º76.29%38.04%-
XYZ8.339.12.13-
YUV81.5294.98139.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 23 (9.38% from 255) = 11.22%
R=47.32%
G=41.46%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97852300.120.760.6250.2761.6723.53
Hex6155170C4C3E323e18
Octal1411252701411476627630
Binary110000110101011011101100100110011111011001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615517; }

 p { color: rgb(97,85,23); }

 H1.HeaderClassName
 {
   color: #615517;
 }
 .AnyTagClassName
 {
   color: #615517;
 }
</style>
background-color css

<style>
 a { background-color: #615517; }

 a { background-color: rgb(97,85,23); }

 div.DivClassName
 {
   background-color: #615517;
 }
 .BgClassName
 {
   background-color: #615517;
 }
</style>
border-color css

<style>
 span { border-color: #615517; }

 span { border-color: rgb(97,85,23); }

 td.TdClassName
 {
   border-color: #615517;
 }
 .TagClassName
 {
   border-color: #615517;
 }
</style>