#614E18

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

Shades of Bronze Olive #614E18

Tints of Bronze Olive #614E18

Color information

#614E18 (or 0x614E18) is unknown color: approx Bronze Olive. HEX triplet: 61, 4E and 18. RGB value is (97,78,24). Sum of RGB (Red+Green+Blue) = 97+78+24=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #614E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E18 is #9EB1E7. Grayscale: #4D4D4D. Windows color (decimal): -10400232 or 1592929. OLE color: 1592929.

HSL color Cylindrical-coordinate representation of color #614E18: hue angle of 44.38º 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 #614E18 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB977824-
CMYK00.200.750.62
HSL44.38º60.33%23.73%-
HSV(B)44.38º75.26%38.04%-
XYZ7.828.062.01-
YUV77.5297.79141.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=48.74%
G=39.20%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97782400.200.750.6244.3860.3323.73
Hex614E180144B3E2c3c18
Octal1411163002411376547430
Binary1100001100111011000010100100101111111010110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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