#60491C

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

Shades of Bronze Olive #60491C

Tints of Bronze Olive #60491C

Color information

#60491C (or 0x60491C) is unknown color: approx Bronze Olive. HEX triplet: 60, 49 and 1C. RGB value is (96,73,28). Sum of RGB (Red+Green+Blue) = 96+73+28=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60491C is #9FB6E3. Grayscale: #4A4A4A. Windows color (decimal): -10467044 or 1853792. OLE color: 1853792.

HSL color Cylindrical-coordinate representation of color #60491C: hue angle of 39.71º 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 #60491C is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB967328-
CMYK00.240.710.62
HSL39.71º54.84%24.31%-
HSV(B)39.71º70.83%37.65%-
XYZ7.427.342.12-
YUV74.75101.62143.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=48.73%
G=37.06%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96732800.240.710.6239.7154.8424.31
Hex60491C018473E283718
Octal1401113403010776506730
Binary1100000100100111100011000100011111111010100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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