#605221

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

Shades of Bronze Olive #605221

Tints of Bronze Olive #605221

Color information

#605221 (or 0x605221) is unknown color: approx Bronze Olive. HEX triplet: 60, 52 and 21. RGB value is (96,82,33). Sum of RGB (Red+Green+Blue) = 96+82+33=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #605221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605221 is #9FADDE. Grayscale: #505050. Windows color (decimal): -10464735 or 2183776. OLE color: 2183776.

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

Color convert

RGB968233-
CMYK00.150.660.62
HSL46.67º48.84%25.29%-
HSV(B)46.67º65.62%37.65%-
XYZ8.128.632.68-
YUV80.6101.14138.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=45.50%
G=38.86%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96823300.150.660.6246.6748.8425.29
Hex6052210F423E2f3119
Octal1401224101710276576131
Binary1100000101001010000101111100001011111010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605221; }

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

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

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

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

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

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

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

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