#604913

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

Shades of Bronze Olive #604913

Tints of Bronze Olive #604913

Color information

#604913 (or 0x604913) is unknown color: approx Bronze Olive. HEX triplet: 60, 49 and 13. RGB value is (96,73,19). Sum of RGB (Red+Green+Blue) = 96+73+19=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #604913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604913 is #9FB6EC. Grayscale: #494949. Windows color (decimal): -10467053 or 1263968. OLE color: 1263968.

HSL color Cylindrical-coordinate representation of color #604913: hue angle of 42.08º 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 #604913 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB967319-
CMYK00.240.800.62
HSL42.08º66.96%22.55%-
HSV(B)42.08º80.21%37.65%-
XYZ7.327.31.64-
YUV73.7297.12143.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=51.06%
G=38.83%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96731900.240.800.6242.0866.9622.55
Hex604913018503E2a4317
Octal14011123030120765210327
Binary11000001001001100110110001010000111110101010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604913; }

 p { color: rgb(96,73,19); }

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

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

 a { background-color: rgb(96,73,19); }

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

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

 span { border-color: rgb(96,73,19); }

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