#615011

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

Shades of Bronze Olive #615011

Tints of Bronze Olive #615011

Color information

#615011 (or 0x615011) is unknown color: approx Bronze Olive. HEX triplet: 61, 50 and 11. RGB value is (97,80,17). Sum of RGB (Red+Green+Blue) = 97+80+17=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #615011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615011 is #9EAFEE. Grayscale: #4E4E4E. Windows color (decimal): -10399727 or 1134689. OLE color: 1134689.

HSL color Cylindrical-coordinate representation of color #615011: hue angle of 47.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #615011 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB978017-
CMYK00.180.820.62
HSL47.25º70.18%22.35%-
HSV(B)47.25º82.47%38.04%-
XYZ7.98.321.72-
YUV77.993.63141.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 17 (7.03% from 255) = 8.76%
R=50%
G=41.24%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97801700.180.820.6247.2570.1822.35
Hex615011012523E2f4616
Octal14112021022122765710626
Binary11000011010000100010100101010010111110101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615011; }

 p { color: rgb(97,80,17); }

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

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

 a { background-color: rgb(97,80,17); }

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

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

 span { border-color: rgb(97,80,17); }

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