#605420

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

Shades of Bronze Olive #605420

Tints of Bronze Olive #605420

Color information

#605420 (or 0x605420) is unknown color: approx Bronze Olive. HEX triplet: 60, 54 and 20. RGB value is (96,84,32). Sum of RGB (Red+Green+Blue) = 96+84+32=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #605420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605420 is #9FABDF. Grayscale: #515151. Windows color (decimal): -10464224 or 2118752. OLE color: 2118752.

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

Color convert

RGB968432-
CMYK00.120.670.62
HSL48.75º50%25.1%-
HSV(B)48.75º66.67%37.65%-
XYZ8.258.932.66-
YUV81.6699.98138.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=45.28%
G=39.62%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96843200.120.670.6248.755025.1
Hex6054200C433E313219
Octal1401244001410376616231
Binary1100000101010010000001100100001111111011000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605420; }

 p { color: rgb(96,84,32); }

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

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

 a { background-color: rgb(96,84,32); }

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

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

 span { border-color: rgb(96,84,32); }

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