#60511F

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

Shades of Bronze Olive #60511F

Tints of Bronze Olive #60511F

Color information

#60511F (or 0x60511F) is unknown color: approx Bronze Olive. HEX triplet: 60, 51 and 1F. RGB value is (96,81,31). Sum of RGB (Red+Green+Blue) = 96+81+31=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60511F is #9FAEE0. Grayscale: #505050. Windows color (decimal): -10464993 or 2052448. OLE color: 2052448.

HSL color Cylindrical-coordinate representation of color #60511F: hue angle of 46.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60511F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB968131-
CMYK00.160.680.62
HSL46.15º51.18%24.9%-
HSV(B)46.15º67.71%37.65%-
XYZ8.018.472.51-
YUV79.79100.47139.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=46.15%
G=38.94%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96813100.160.680.6246.1551.1824.9
Hex60511F010443E2e3319
Octal1401213702010476566331
Binary1100000101000111111010000100010011111010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60511F; }

 p { color: rgb(96,81,31); }

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

<style>
 a { background-color: #60511F; }

 a { background-color: rgb(96,81,31); }

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

<style>
 span { border-color: #60511F; }

 span { border-color: rgb(96,81,31); }

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