#614918

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

Shades of Bronze Olive #614918

Tints of Bronze Olive #614918

Color information

#614918 (or 0x614918) is unknown color: approx Bronze Olive. HEX triplet: 61, 49 and 18. RGB value is (97,73,24). Sum of RGB (Red+Green+Blue) = 97+73+24=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #614918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614918 is #9EB6E7. Grayscale: #4A4A4A. Windows color (decimal): -10401512 or 1591649. OLE color: 1591649.

HSL color Cylindrical-coordinate representation of color #614918: hue angle of 40.27º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #614918 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB977324-
CMYK00.250.750.62
HSL40.27º60.33%23.73%-
HSV(B)40.27º75.26%38.04%-
XYZ7.487.371.89-
YUV74.5999.45143.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 24 (9.77% from 255) = 12.37%
R=50%
G=37.63%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97732400.250.750.6240.2760.3323.73
Hex6149180194B3E283c18
Octal1411113003111376507430
Binary1100001100100111000011001100101111111010100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614918; }

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

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

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

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

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

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

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

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