#60551F

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

Shades of Bronze Olive #60551F

Tints of Bronze Olive #60551F

Color information

#60551F (or 0x60551F) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 1F. RGB value is (96,85,31). Sum of RGB (Red+Green+Blue) = 96+85+31=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60551F is #9FAAE0. Grayscale: #525252. Windows color (decimal): -10463969 or 2053472. OLE color: 2053472.

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

Color convert

RGB968531-
CMYK00.110.680.62
HSL49.85º51.18%24.9%-
HSV(B)49.85º67.71%37.65%-
XYZ8.329.082.61-
YUV82.1399.14137.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=45.28%
G=40.09%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96853100.110.680.6249.8551.1824.9
Hex60551F0B443E323319
Octal1401253701310476626331
Binary110000010101011111101011100010011111011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60551F; }

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

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

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

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

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

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

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

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