#60541C

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

Shades of Bronze Olive #60541C

Tints of Bronze Olive #60541C

Color information

#60541C (or 0x60541C) is unknown color: approx Bronze Olive. HEX triplet: 60, 54 and 1C. RGB value is (96,84,28). Sum of RGB (Red+Green+Blue) = 96+84+28=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60541C is #9FABE3. Grayscale: #515151. Windows color (decimal): -10464228 or 1856608. OLE color: 1856608.

HSL color Cylindrical-coordinate representation of color #60541C: hue angle of 49.41º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60541C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB968428-
CMYK00.120.710.62
HSL49.41º54.84%24.31%-
HSV(B)49.41º70.83%37.65%-
XYZ8.28.912.39-
YUV81.297.98138.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=46.15%
G=40.38%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96842800.120.710.6249.4154.8424.31
Hex60541C0C473E313718
Octal1401243401410776616730
Binary110000010101001110001100100011111111011000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,84,28); }

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

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

 a { background-color: rgb(96,84,28); }

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

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

 span { border-color: rgb(96,84,28); }

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