#614F19

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

Shades of Bronze Olive #614F19

Tints of Bronze Olive #614F19

Color information

#614F19 (or 0x614F19) is unknown color: approx Bronze Olive. HEX triplet: 61, 4F and 19. RGB value is (97,79,25). Sum of RGB (Red+Green+Blue) = 97+79+25=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F19 is #9EB0E6. Grayscale: #4E4E4E. Windows color (decimal): -10399975 or 1658721. OLE color: 1658721.

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

Color convert

RGB977925-
CMYK00.190.740.62
HSL45º59.02%23.92%-
HSV(B)45º74.23%38.04%-
XYZ7.98.22.09-
YUV78.2397.96141.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=48.26%
G=39.30%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97792500.190.740.624559.0223.92
Hex614F190134A3E2d3b18
Octal1411173102311276557330
Binary1100001100111111001010011100101011111010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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