#614917

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

Shades of Bronze Olive #614917

Tints of Bronze Olive #614917

Color information

#614917 (or 0x614917) is unknown color: approx Bronze Olive. HEX triplet: 61, 49 and 17. RGB value is (97,73,23). Sum of RGB (Red+Green+Blue) = 97+73+23=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614917 is #9EB6E8. Grayscale: #4A4A4A. Windows color (decimal): -10401513 or 1526113. OLE color: 1526113.

HSL color Cylindrical-coordinate representation of color #614917: hue angle of 40.54º 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 #614917 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB977323-
CMYK00.250.760.62
HSL40.54º61.67%23.53%-
HSV(B)40.54º76.29%38.04%-
XYZ7.477.371.84-
YUV74.4898.95144.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 23 (9.38% from 255) = 11.92%
R=50.26%
G=37.82%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97732300.250.760.6240.5461.6723.53
Hex6149170194C3E293e18
Octal1411112703111476517630
Binary1100001100100110111011001100110011111010100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614917; }

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

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

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

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

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

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

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

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