#604A15

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

Shades of Bronze Olive #604A15

Tints of Bronze Olive #604A15

Color information

#604A15 (or 0x604A15) is unknown color: approx Bronze Olive. HEX triplet: 60, 4A and 15. RGB value is (96,74,21). Sum of RGB (Red+Green+Blue) = 96+74+21=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #604A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A15 is #9FB5EA. Grayscale: #4A4A4A. Windows color (decimal): -10466795 or 1395296. OLE color: 1395296.

HSL color Cylindrical-coordinate representation of color #604A15: hue angle of 42.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #604A15 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB967421-
CMYK00.230.780.62
HSL42.4º64.1%22.94%-
HSV(B)42.4º78.12%37.65%-
XYZ7.417.441.75-
YUV74.5497.79143.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 74 (29.30% from 255) = 38.74%
BLUE value IS 21 (8.59% from 255) = 10.99%
R=50.26%
G=38.74%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96742100.230.780.6242.464.122.94
Hex604A150174E3E2a4017
Octal14011225027116765210027
Binary11000001001010101010101111001110111110101010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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