#614A16

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

Shades of Bronze Olive #614A16

Tints of Bronze Olive #614A16

Color information

#614A16 (or 0x614A16) is unknown color: approx Bronze Olive. HEX triplet: 61, 4A and 16. RGB value is (97,74,22). Sum of RGB (Red+Green+Blue) = 97+74+22=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A16 is #9EB5E9. Grayscale: #4B4B4B. Windows color (decimal): -10401258 or 1460833. OLE color: 1460833.

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

Color convert

RGB977422-
CMYK00.240.770.62
HSL41.6º63.03%23.33%-
HSV(B)41.6º77.32%38.04%-
XYZ7.527.51.81-
YUV74.9598.12143.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=50.26%
G=38.34%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97742200.240.770.6241.663.0323.33
Hex614A160184D3E2a3f17
Octal1411122603011576527727
Binary1100001100101010110011000100110111111010101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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