#604A19

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

Shades of Bronze Olive #604A19

Tints of Bronze Olive #604A19

Color information

#604A19 (or 0x604A19) is unknown color: approx Bronze Olive. HEX triplet: 60, 4A and 19. RGB value is (96,74,25). Sum of RGB (Red+Green+Blue) = 96+74+25=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #604A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A19 is #9FB5E6. Grayscale: #4B4B4B. Windows color (decimal): -10466791 or 1657440. OLE color: 1657440.

HSL color Cylindrical-coordinate representation of color #604A19: hue angle of 41.41º 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 #604A19 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB967425-
CMYK00.230.740.62
HSL41.41º58.68%23.73%-
HSV(B)41.41º73.96%37.65%-
XYZ7.457.451.97-
YUV74.9999.79142.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=49.23%
G=37.95%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96742500.230.740.6241.4158.6823.73
Hex604A190174A3E293b18
Octal1401123102711276517330
Binary1100000100101011001010111100101011111010100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A19; }

 p { color: rgb(96,74,25); }

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

<style>
 a { background-color: #604A19; }

 a { background-color: rgb(96,74,25); }

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

<style>
 span { border-color: #604A19; }

 span { border-color: rgb(96,74,25); }

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