#62560C

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

Shades of Bronze Olive #62560C

Tints of Bronze Olive #62560C

Color information

#62560C (or 0x62560C) is unknown color: approx Bronze Olive. HEX triplet: 62, 56 and 0C. RGB value is (98,86,12). Sum of RGB (Red+Green+Blue) = 98+86+12=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62560C is #9DA9F3. Grayscale: #515151. Windows color (decimal): -10332660 or 808546. OLE color: 808546.

HSL color Cylindrical-coordinate representation of color #62560C: hue angle of 51.63º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62560C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB988612-
CMYK00.120.880.62
HSL51.63º78.18%21.57%-
HSV(B)51.63º87.76%38.43%-
XYZ8.439.281.69-
YUV81.1588.98140.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=50%
G=43.88%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98861200.120.880.6251.6378.1821.57
Hex6256C0C583E344e16
Octal14212614014130766411626
Binary110001010101101100011001011000111110110100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,86,12); }

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

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

 a { background-color: rgb(98,86,12); }

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

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

 span { border-color: rgb(98,86,12); }

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