#60560D

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

Shades of Bronze Olive #60560D

Tints of Bronze Olive #60560D

Color information

#60560D (or 0x60560D) is unknown color: approx Bronze Olive. HEX triplet: 60, 56 and 0D. RGB value is (96,86,13). Sum of RGB (Red+Green+Blue) = 96+86+13=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60560D is #9FA9F2. Grayscale: #505050. Windows color (decimal): -10463731 or 874080. OLE color: 874080.

HSL color Cylindrical-coordinate representation of color #60560D: hue angle of 52.77º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60560D is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB968613-
CMYK00.100.860.62
HSL52.77º76.15%21.37%-
HSV(B)52.77º86.46%37.65%-
XYZ8.229.171.72-
YUV80.6789.81138.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=49.23%
G=44.10%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96861300.100.860.6252.7776.1521.37
Hex6056D0A563E354c15
Octal14012615012126766511425
Binary110000010101101101010101010110111110110101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60560D; }

 p { color: rgb(96,86,13); }

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

<style>
 a { background-color: #60560D; }

 a { background-color: rgb(96,86,13); }

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

<style>
 span { border-color: #60560D; }

 span { border-color: rgb(96,86,13); }

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