#62560E

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

Shades of Bronze Olive #62560E

Tints of Bronze Olive #62560E

Color information

#62560E (or 0x62560E) is unknown color: approx Bronze Olive. HEX triplet: 62, 56 and 0E. RGB value is (98,86,14). Sum of RGB (Red+Green+Blue) = 98+86+14=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62560E is #9DA9F1. Grayscale: #515151. Windows color (decimal): -10332658 or 939618. OLE color: 939618.

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

Color convert

RGB988614-
CMYK00.120.860.62
HSL51.43º75%21.96%-
HSV(B)51.43º85.71%38.43%-
XYZ8.449.281.76-
YUV81.3889.98139.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 86 (33.98% from 255) = 43.43%
BLUE value IS 14 (5.86% from 255) = 7.07%
R=49.49%
G=43.43%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98861400.120.860.6251.437521.96
Hex6256E0C563E334b16
Octal14212616014126766311326
Binary110001010101101110011001010110111110110011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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