#605519

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

Shades of Bronze Olive #605519

Tints of Bronze Olive #605519

Color information

#605519 (or 0x605519) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 19. RGB value is (96,85,25). Sum of RGB (Red+Green+Blue) = 96+85+25=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #605519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605519 is #9FAAE6. Grayscale: #515151. Windows color (decimal): -10463975 or 1660256. OLE color: 1660256.

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

Color convert

RGB968525-
CMYK00.110.740.62
HSL50.7º58.68%23.73%-
HSV(B)50.7º73.96%37.65%-
XYZ8.259.052.23-
YUV81.4596.14138.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 25 (10.16% from 255) = 12.14%
R=46.60%
G=41.26%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96852500.110.740.6250.758.6823.73
Hex6055190B4A3E333b18
Octal1401253101311276637330
Binary110000010101011100101011100101011111011001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605519; }

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

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

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

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

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

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

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

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