#605219

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

Shades of Bronze Olive #605219

Tints of Bronze Olive #605219

Color information

#605219 (or 0x605219) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 19. RGB value is (96,82,25). Sum of RGB (Red+Green+Blue) = 96+82+25=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #605219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605219 is #9FADE6. Grayscale: #4F4F4F. Windows color (decimal): -10464743 or 1659488. OLE color: 1659488.

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

Color convert

RGB968225-
CMYK00.150.740.62
HSL48.17º58.68%23.73%-
HSV(B)48.17º73.96%37.65%-
XYZ8.028.592.16-
YUV79.6997.14139.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=47.29%
G=40.39%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96822500.150.740.6248.1758.6823.73
Hex6052190F4A3E303b18
Octal1401223101711276607330
Binary110000010100101100101111100101011111011000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605219; }

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

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

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

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

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

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

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

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