#614D14

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

Shades of Bronze Olive #614D14

Tints of Bronze Olive #614D14

Color information

#614D14 (or 0x614D14) is unknown color: approx Bronze Olive. HEX triplet: 61, 4D and 14. RGB value is (97,77,20). Sum of RGB (Red+Green+Blue) = 97+77+20=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #614D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D14 is #9EB2EB. Grayscale: #4C4C4C. Windows color (decimal): -10400492 or 1330529. OLE color: 1330529.

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

Color convert

RGB977720-
CMYK00.210.790.62
HSL44.42º65.81%22.94%-
HSV(B)44.42º79.38%38.04%-
XYZ7.717.91.78-
YUV76.4896.13142.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=50%
G=39.69%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97772000.210.790.6244.4265.8122.94
Hex614D140154F3E2c4217
Octal14111524025117765410227
Binary11000011001101101000101011001111111110101100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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