#60560E

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

Shades of Bronze Olive #60560E

Tints of Bronze Olive #60560E

Color information

#60560E (or 0x60560E) is unknown color: approx Bronze Olive. HEX triplet: 60, 56 and 0E. RGB value is (96,86,14). Sum of RGB (Red+Green+Blue) = 96+86+14=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60560E is #9FA9F1. Grayscale: #515151. Windows color (decimal): -10463730 or 939616. OLE color: 939616.

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

Color convert

RGB968614-
CMYK00.100.850.62
HSL52.68º74.55%21.57%-
HSV(B)52.68º85.42%37.65%-
XYZ8.239.171.75-
YUV80.7890.31138.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 14 (5.86% from 255) = 7.14%
R=48.98%
G=43.88%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96861400.100.850.6252.6874.5521.57
Hex6056E0A553E354b16
Octal14012616012125766511326
Binary110000010101101110010101010101111110110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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