#605319

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

Shades of Bronze Olive #605319

Tints of Bronze Olive #605319

Color information

#605319 (or 0x605319) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 19. RGB value is (96,83,25). Sum of RGB (Red+Green+Blue) = 96+83+25=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #605319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605319 is #9FACE6. Grayscale: #505050. Windows color (decimal): -10464487 or 1659744. OLE color: 1659744.

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

Color convert

RGB968325-
CMYK00.140.740.62
HSL49.01º58.68%23.73%-
HSV(B)49.01º73.96%37.65%-
XYZ8.098.742.18-
YUV80.2796.81139.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=47.06%
G=40.69%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96832500.140.740.6249.0158.6823.73
Hex6053190E4A3E313b18
Octal1401233101611276617330
Binary110000010100111100101110100101011111011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605319; }

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

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

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

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

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

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

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

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