#60550E

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

Shades of Bronze Olive #60550E

Tints of Bronze Olive #60550E

Color information

#60550E (or 0x60550E) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 0E. RGB value is (96,85,14). Sum of RGB (Red+Green+Blue) = 96+85+14=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60550E is #9FAAF1. Grayscale: #505050. Windows color (decimal): -10463986 or 939360. OLE color: 939360.

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

Color convert

RGB968514-
CMYK00.110.850.62
HSL51.95º74.55%21.57%-
HSV(B)51.95º85.42%37.65%-
XYZ8.159.021.73-
YUV80.1990.64139.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=49.23%
G=43.59%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96851400.110.850.6251.9574.5521.57
Hex6055E0B553E344b16
Octal14012516013125766411326
Binary110000010101011110010111010101111110110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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