#60500C

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

Shades of Bronze Olive #60500C

Tints of Bronze Olive #60500C

Color information

#60500C (or 0x60500C) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 0C. RGB value is (96,80,12). Sum of RGB (Red+Green+Blue) = 96+80+12=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60500C is #9FAFF3. Grayscale: #4D4D4D. Windows color (decimal): -10465268 or 807008. OLE color: 807008.

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

Color convert

RGB968012-
CMYK00.170.880.62
HSL48.57º77.78%21.18%-
HSV(B)48.57º87.5%37.65%-
XYZ7.768.251.53-
YUV77.0391.3141.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 12 (5.08% from 255) = 6.38%
R=51.06%
G=42.55%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96801200.170.880.6248.5777.7821.18
Hex6050C011583E314e15
Octal14012014021130766111625
Binary1100000101000011000100011011000111110110001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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