#614C11

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

Shades of Bronze Olive #614C11

Tints of Bronze Olive #614C11

Color information

#614C11 (or 0x614C11) is unknown color: approx Bronze Olive. HEX triplet: 61, 4C and 11. RGB value is (97,76,17). Sum of RGB (Red+Green+Blue) = 97+76+17=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #614C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C11 is #9EB3EE. Grayscale: #4B4B4B. Windows color (decimal): -10400751 or 1133665. OLE color: 1133665.

HSL color Cylindrical-coordinate representation of color #614C11: hue angle of 44.25º 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 #614C11 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB977617-
CMYK00.220.820.62
HSL44.25º70.18%22.35%-
HSV(B)44.25º82.47%38.04%-
XYZ7.627.751.62-
YUV75.5594.96143.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=51.05%
G=40%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97761700.220.820.6244.2570.1822.35
Hex614C11016523E2c4616
Octal14111421026122765410626
Binary11000011001100100010101101010010111110101100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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