#605419

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

Shades of Bronze Olive #605419

Tints of Bronze Olive #605419

Color information

#605419 (or 0x605419) is unknown color: approx Bronze Olive. HEX triplet: 60, 54 and 19. RGB value is (96,84,25). Sum of RGB (Red+Green+Blue) = 96+84+25=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #605419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605419 is #9FABE6. Grayscale: #515151. Windows color (decimal): -10464231 or 1660000. OLE color: 1660000.

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

Color convert

RGB968425-
CMYK00.120.740.62
HSL49.86º58.68%23.73%-
HSV(B)49.86º73.96%37.65%-
XYZ8.178.92.21-
YUV80.8696.48138.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=46.83%
G=40.98%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96842500.120.740.6249.8658.6823.73
Hex6054190C4A3E323b18
Octal1401243101411276627330
Binary110000010101001100101100100101011111011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605419; }

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

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

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

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

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

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

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

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