#60551E

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

Shades of Bronze Olive #60551E

Tints of Bronze Olive #60551E

Color information

#60551E (or 0x60551E) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 1E. RGB value is (96,85,30). Sum of RGB (Red+Green+Blue) = 96+85+30=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60551E is #9FAAE1. Grayscale: #525252. Windows color (decimal): -10463970 or 1987936. OLE color: 1987936.

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

Color convert

RGB968530-
CMYK00.110.690.62
HSL50º52.38%24.71%-
HSV(B)50º68.75%37.65%-
XYZ8.319.082.54-
YUV82.0298.64137.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=45.50%
G=40.28%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96853000.110.690.625052.3824.71
Hex60551E0B453E323419
Octal1401253601310576626431
Binary110000010101011111001011100010111111011001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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