#62864A

Color #62864A Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #62864A

Tints of Dingley #62864A

Color information

#62864A (or 0x62864A) is unknown color: approx Dingley. HEX triplet: 62, 86 and 4A. RGB value is (98,134,74). Sum of RGB (Red+Green+Blue) = 98+134+74=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #62864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62864A is #9D79B5. Grayscale: #747474. Windows color (decimal): -10320310 or 4884066. OLE color: 4884066.

HSL color Cylindrical-coordinate representation of color #62864A: hue angle of 96º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62864A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB9813474-
CMYK0.2700.450.47
HSL96º28.85%40.78%-
HSV(B)96º44.78%52.55%-
XYZ14.820.149.59-
YUV116.4104.07114.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=32.03%
G=43.79%
B=24.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98134740.2700.450.479628.8540.78
Hex62864A1B02D2F601d29
Octal14220611233055571403551
Binary1100010100001101001010110110101101101111110000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62864A; }

 p { color: rgb(98,134,74); }

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

<style>
 a { background-color: #62864A; }

 a { background-color: rgb(98,134,74); }

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

<style>
 span { border-color: #62864A; }

 span { border-color: rgb(98,134,74); }

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