#614D11

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

Shades of Bronze Olive #614D11

Tints of Bronze Olive #614D11

Color information

#614D11 (or 0x614D11) is unknown color: approx Bronze Olive. HEX triplet: 61, 4D and 11. RGB value is (97,77,17). Sum of RGB (Red+Green+Blue) = 97+77+17=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D11 is #9EB2EE. Grayscale: #4C4C4C. Windows color (decimal): -10400495 or 1133921. OLE color: 1133921.

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

Color convert

RGB977717-
CMYK00.210.820.62
HSL45º70.18%22.35%-
HSV(B)45º82.47%38.04%-
XYZ7.687.891.65-
YUV76.1494.63142.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=50.79%
G=40.31%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97771700.210.820.624570.1822.35
Hex614D11015523E2d4616
Octal14111521025122765510626
Binary11000011001101100010101011010010111110101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614D11; }

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

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

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

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

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

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

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

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