#614E19

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

Shades of Bronze Olive #614E19

Tints of Bronze Olive #614E19

Color information

#614E19 (or 0x614E19) is unknown color: approx Bronze Olive. HEX triplet: 61, 4E and 19. RGB value is (97,78,25). Sum of RGB (Red+Green+Blue) = 97+78+25=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E19 is #9EB1E6. Grayscale: #4D4D4D. Windows color (decimal): -10400231 or 1658465. OLE color: 1658465.

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

Color convert

RGB977825-
CMYK00.200.740.62
HSL44.17º59.02%23.92%-
HSV(B)44.17º74.23%38.04%-
XYZ7.838.062.06-
YUV77.6498.29141.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 25 (10.16% from 255) = 12.5%
R=48.5%
G=39%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97782500.200.740.6244.1759.0223.92
Hex614E190144A3E2c3b18
Octal1411163102411276547330
Binary1100001100111011001010100100101011111010110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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