#60551D

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

Shades of Bronze Olive #60551D

Tints of Bronze Olive #60551D

Color information

#60551D (or 0x60551D) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 1D. RGB value is (96,85,29). Sum of RGB (Red+Green+Blue) = 96+85+29=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60551D is #9FAAE2. Grayscale: #525252. Windows color (decimal): -10463971 or 1922400. OLE color: 1922400.

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

Color convert

RGB968529-
CMYK00.110.700.62
HSL50.15º53.6%24.51%-
HSV(B)50.15º69.79%37.65%-
XYZ8.299.072.48-
YUV81.998.14138.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 29 (11.72% from 255) = 13.81%
R=45.71%
G=40.48%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96852900.110.700.6250.1553.624.51
Hex60551D0B463E323619
Octal1401253501310676626631
Binary110000010101011110101011100011011111011001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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