#60550C

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

Shades of Bronze Olive #60550C

Tints of Bronze Olive #60550C

Color information

#60550C (or 0x60550C) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 0C. RGB value is (96,85,12). Sum of RGB (Red+Green+Blue) = 96+85+12=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60550C is #9FAAF3. Grayscale: #505050. Windows color (decimal): -10463988 or 808288. OLE color: 808288.

HSL color Cylindrical-coordinate representation of color #60550C: hue angle of 52.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60550C is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB968512-
CMYK00.110.880.62
HSL52.14º77.78%21.18%-
HSV(B)52.14º87.5%37.65%-
XYZ8.149.011.66-
YUV79.9789.64139.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=49.74%
G=44.04%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96851200.110.880.6252.1477.7821.18
Hex6055C0B583E344e15
Octal14012514013130766411625
Binary110000010101011100010111011000111110110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60550C; }

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

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

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

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

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

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

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

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