#605521

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

Shades of Bronze Olive #605521

Tints of Bronze Olive #605521

Color information

#605521 (or 0x605521) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 21. RGB value is (96,85,33). Sum of RGB (Red+Green+Blue) = 96+85+33=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605521 is #9FAADE. Grayscale: #525252. Windows color (decimal): -10463967 or 2184544. OLE color: 2184544.

HSL color Cylindrical-coordinate representation of color #605521: hue angle of 49.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #605521 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB968533-
CMYK00.110.660.62
HSL49.52º48.84%25.29%-
HSV(B)49.52º65.62%37.65%-
XYZ8.359.092.75-
YUV82.36100.14137.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=44.86%
G=39.72%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96853300.110.660.6249.5248.8425.29
Hex6055210B423E323119
Octal1401254101310276626131
Binary1100000101010110000101011100001011111011001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605521; }

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

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

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

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

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

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

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

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