#614E15

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

Shades of Bronze Olive #614E15

Tints of Bronze Olive #614E15

Color information

#614E15 (or 0x614E15) is unknown color: approx Bronze Olive. HEX triplet: 61, 4E and 15. RGB value is (97,78,21). Sum of RGB (Red+Green+Blue) = 97+78+21=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #614E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E15 is #9EB1EA. Grayscale: #4D4D4D. Windows color (decimal): -10400235 or 1396321. OLE color: 1396321.

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

Color convert

RGB977821-
CMYK00.200.780.62
HSL45º64.41%23.14%-
HSV(B)45º78.35%38.04%-
XYZ7.798.041.85-
YUV77.1896.29142.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=49.49%
G=39.80%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97782100.200.780.624564.4123.14
Hex614E150144E3E2d4017
Octal14111625024116765510027
Binary11000011001110101010101001001110111110101101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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