#614A20

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

Shades of Bronze Olive #614A20

Tints of Bronze Olive #614A20

Color information

#614A20 (or 0x614A20) is unknown color: approx Bronze Olive. HEX triplet: 61, 4A and 20. RGB value is (97,74,32). Sum of RGB (Red+Green+Blue) = 97+74+32=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #614A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A20 is #9EB5DF. Grayscale: #4C4C4C. Windows color (decimal): -10401248 or 2116193. OLE color: 2116193.

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

Color convert

RGB977432-
CMYK00.240.670.62
HSL38.77º50.39%25.29%-
HSV(B)38.77º67.01%38.04%-
XYZ7.647.542.42-
YUV76.09103.12142.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=47.78%
G=36.45%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97743200.240.670.6238.7750.3925.29
Hex614A20018433E273219
Octal1411124003010376476231
Binary11000011001010100000011000100001111111010011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,32); }

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

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

 a { background-color: rgb(97,74,32); }

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

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

 span { border-color: rgb(97,74,32); }

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