#614E11

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

Shades of Bronze Olive #614E11

Tints of Bronze Olive #614E11

Color information

#614E11 (or 0x614E11) is unknown color: approx Bronze Olive. HEX triplet: 61, 4E and 11. RGB value is (97,78,17). Sum of RGB (Red+Green+Blue) = 97+78+17=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #614E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E11 is #9EB1EE. Grayscale: #4C4C4C. Windows color (decimal): -10400239 or 1134177. OLE color: 1134177.

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

Color convert

RGB977817-
CMYK00.200.820.62
HSL45.75º70.18%22.35%-
HSV(B)45.75º82.47%38.04%-
XYZ7.768.031.67-
YUV76.7394.29142.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 17 (7.03% from 255) = 8.85%
R=50.52%
G=40.62%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97781700.200.820.6245.7570.1822.35
Hex614E11014523E2e4616
Octal14111621024122765610626
Binary11000011001110100010101001010010111110101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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