#604915

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

Shades of Bronze Olive #604915

Tints of Bronze Olive #604915

Color information

#604915 (or 0x604915) is unknown color: approx Bronze Olive. HEX triplet: 60, 49 and 15. RGB value is (96,73,21). Sum of RGB (Red+Green+Blue) = 96+73+21=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #604915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604915 is #9FB6EA. Grayscale: #4A4A4A. Windows color (decimal): -10467051 or 1395040. OLE color: 1395040.

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

Color convert

RGB967321-
CMYK00.240.780.62
HSL41.6º64.1%22.94%-
HSV(B)41.6º78.12%37.65%-
XYZ7.347.311.73-
YUV73.9598.12143.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=50.53%
G=38.42%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96732100.240.780.6241.664.122.94
Hex6049150184E3E2a4017
Octal14011125030116765210027
Binary11000001001001101010110001001110111110101010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604915; }

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

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

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

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

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

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

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

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