#605321

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

Shades of Bronze Olive #605321

Tints of Bronze Olive #605321

Color information

#605321 (or 0x605321) is unknown color: approx Bronze Olive. HEX triplet: 60, 53 and 21. RGB value is (96,83,33). Sum of RGB (Red+Green+Blue) = 96+83+33=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #605321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605321 is #9FACDE. Grayscale: #515151. Windows color (decimal): -10464479 or 2184032. OLE color: 2184032.

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

Color convert

RGB968333-
CMYK00.140.660.62
HSL47.62º48.84%25.29%-
HSV(B)47.62º65.62%37.65%-
XYZ8.198.782.7-
YUV81.19100.81138.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=45.28%
G=39.15%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96833300.140.660.6247.6248.8425.29
Hex6053210E423E303119
Octal1401234101610276606131
Binary1100000101001110000101110100001011111011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605321; }

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

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

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

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

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

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

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

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