#615111

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

Shades of Bronze Olive #615111

Tints of Bronze Olive #615111

Color information

#615111 (or 0x615111) is unknown color: approx Bronze Olive. HEX triplet: 61, 51 and 11. RGB value is (97,81,17). Sum of RGB (Red+Green+Blue) = 97+81+17=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #615111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615111 is #9EAEEE. Grayscale: #4E4E4E. Windows color (decimal): -10399471 or 1134945. OLE color: 1134945.

HSL color Cylindrical-coordinate representation of color #615111: hue angle of 48º 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 #615111 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB978117-
CMYK00.160.820.62
HSL48º70.18%22.35%-
HSV(B)48º82.47%38.04%-
XYZ7.978.471.74-
YUV78.4993.3141.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=49.74%
G=41.54%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97811700.160.820.624870.1822.35
Hex615111010523E304616
Octal14112121020122766010626
Binary11000011010001100010100001010010111110110000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615111; }

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

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

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

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

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

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

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

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