#614F11

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

Shades of Bronze Olive #614F11

Tints of Bronze Olive #614F11

Color information

#614F11 (or 0x614F11) is unknown color: approx Bronze Olive. HEX triplet: 61, 4F and 11. RGB value is (97,79,17). Sum of RGB (Red+Green+Blue) = 97+79+17=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F11 is #9EB0EE. Grayscale: #4D4D4D. Windows color (decimal): -10399983 or 1134433. OLE color: 1134433.

HSL color Cylindrical-coordinate representation of color #614F11: hue angle of 46.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #614F11 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB977917-
CMYK00.190.820.62
HSL46.5º70.18%22.35%-
HSV(B)46.5º82.47%38.04%-
XYZ7.838.171.7-
YUV77.3193.96142.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=50.26%
G=40.93%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97791700.190.820.6246.570.1822.35
Hex614F11013523E2e4616
Octal14111721023122765610626
Binary11000011001111100010100111010010111110101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,17); }

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

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

 a { background-color: rgb(97,79,17); }

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

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

 span { border-color: rgb(97,79,17); }

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