#614E14

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

Shades of Bronze Olive #614E14

Tints of Bronze Olive #614E14

Color information

#614E14 (or 0x614E14) is unknown color: approx Bronze Olive. HEX triplet: 61, 4E and 14. RGB value is (97,78,20). Sum of RGB (Red+Green+Blue) = 97+78+20=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E14 is #9EB1EB. Grayscale: #4D4D4D. Windows color (decimal): -10400236 or 1330785. OLE color: 1330785.

HSL color Cylindrical-coordinate representation of color #614E14: hue angle of 45.19º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #614E14 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB977820-
CMYK00.200.790.62
HSL45.19º65.81%22.94%-
HSV(B)45.19º79.38%38.04%-
XYZ7.788.041.8-
YUV77.0795.79142.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 78 (30.86% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=49.74%
G=40%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97782000.200.790.6245.1965.8122.94
Hex614E140144F3E2d4217
Octal14111624024117765510227
Binary11000011001110101000101001001111111110101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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