#605021

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

Shades of Bronze Olive #605021

Tints of Bronze Olive #605021

Color information

#605021 (or 0x605021) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 21. RGB value is (96,80,33). Sum of RGB (Red+Green+Blue) = 96+80+33=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #605021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605021 is #9FAFDE. Grayscale: #4F4F4F. Windows color (decimal): -10465247 or 2183264. OLE color: 2183264.

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

Color convert

RGB968033-
CMYK00.170.660.62
HSL44.76º48.84%25.29%-
HSV(B)44.76º65.62%37.65%-
XYZ7.978.332.63-
YUV79.43101.8139.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 33 (13.28% from 255) = 15.79%
R=45.93%
G=38.28%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96803300.170.660.6244.7648.8425.29
Hex605021011423E2d3119
Octal1401204102110276556131
Binary11000001010000100001010001100001011111010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605021; }

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

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

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

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

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

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

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

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