#614D17

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

Shades of Bronze Olive #614D17

Tints of Bronze Olive #614D17

Color information

#614D17 (or 0x614D17) is unknown color: approx Bronze Olive. HEX triplet: 61, 4D and 17. RGB value is (97,77,23). Sum of RGB (Red+Green+Blue) = 97+77+23=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #614D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D17 is #9EB2E8. Grayscale: #4D4D4D. Windows color (decimal): -10400489 or 1527137. OLE color: 1527137.

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

Color convert

RGB977723-
CMYK00.210.760.62
HSL43.78º61.67%23.53%-
HSV(B)43.78º76.29%38.04%-
XYZ7.747.911.93-
YUV76.8297.63142.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=49.24%
G=39.09%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97772300.210.760.6243.7861.6723.53
Hex614D170154C3E2c3e18
Octal1411152702511476547630
Binary1100001100110110111010101100110011111010110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,23); }

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

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

 a { background-color: rgb(97,77,23); }

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

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

 span { border-color: rgb(97,77,23); }

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