#60500F

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

Shades of Bronze Olive #60500F

Tints of Bronze Olive #60500F

Color information

#60500F (or 0x60500F) is unknown color: approx Bronze Olive. HEX triplet: 60, 50 and 0F. RGB value is (96,80,15). Sum of RGB (Red+Green+Blue) = 96+80+15=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60500F is #9FAFF0. Grayscale: #4D4D4D. Windows color (decimal): -10465265 or 1003616. OLE color: 1003616.

HSL color Cylindrical-coordinate representation of color #60500F: hue angle of 48.15º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60500F is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB968015-
CMYK00.170.840.62
HSL48.15º72.97%21.76%-
HSV(B)48.15º84.38%37.65%-
XYZ7.788.261.64-
YUV77.3792.8141.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=50.26%
G=41.88%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96801500.170.840.6248.1572.9721.76
Hex6050F011543E304916
Octal14012017021124766011126
Binary1100000101000011110100011010100111110110000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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