#614D13

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

Shades of Bronze Olive #614D13

Tints of Bronze Olive #614D13

Color information

#614D13 (or 0x614D13) is unknown color: approx Bronze Olive. HEX triplet: 61, 4D and 13. RGB value is (97,77,19). Sum of RGB (Red+Green+Blue) = 97+77+19=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D13 is #9EB2EC. Grayscale: #4C4C4C. Windows color (decimal): -10400493 or 1264993. OLE color: 1264993.

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

Color convert

RGB977719-
CMYK00.210.800.62
HSL44.62º67.24%22.75%-
HSV(B)44.62º80.41%38.04%-
XYZ7.77.91.73-
YUV76.3795.63142.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 19 (7.81% from 255) = 9.84%
R=50.26%
G=39.90%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97771900.210.800.6244.6267.2422.75
Hex614D13015503E2d4317
Octal14111523025120765510327
Binary11000011001101100110101011010000111110101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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