#614919

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

Shades of Bronze Olive #614919

Tints of Bronze Olive #614919

Color information

#614919 (or 0x614919) is unknown color: approx Bronze Olive. HEX triplet: 61, 49 and 19. RGB value is (97,73,25). Sum of RGB (Red+Green+Blue) = 97+73+25=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614919 is #9EB6E6. Grayscale: #4A4A4A. Windows color (decimal): -10401511 or 1657185. OLE color: 1657185.

HSL color Cylindrical-coordinate representation of color #614919: hue angle of 40º 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 #614919 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB977325-
CMYK00.250.740.62
HSL40º59.02%23.92%-
HSV(B)40º74.23%38.04%-
XYZ7.497.381.95-
YUV74.799.95143.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=49.74%
G=37.44%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97732500.250.740.624059.0223.92
Hex6149190194A3E283b18
Octal1411113103111276507330
Binary1100001100100111001011001100101011111010100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614919; }

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

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

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

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

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

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

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

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