#60560B

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

Shades of Bronze Olive #60560B

Tints of Bronze Olive #60560B

Color information

#60560B (or 0x60560B) is unknown color: approx Bronze Olive. HEX triplet: 60, 56 and 0B. RGB value is (96,86,11). Sum of RGB (Red+Green+Blue) = 96+86+11=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60560B is #9FA9F4. Grayscale: #505050. Windows color (decimal): -10463733 or 743008. OLE color: 743008.

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

Color convert

RGB968611-
CMYK00.100.890.62
HSL52.94º79.44%20.98%-
HSV(B)52.94º88.54%37.65%-
XYZ8.219.171.65-
YUV80.4488.81139.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 86 (33.98% from 255) = 44.56%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=49.74%
G=44.56%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96861100.100.890.6252.9479.4420.98
Hex6056B0A593E354f15
Octal14012613012131766511725
Binary110000010101101011010101011001111110110101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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