#62724D

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

Shades of Dingley #62724D

Tints of Dingley #62724D

Color information

#62724D (or 0x62724D) is unknown color: approx Dingley. HEX triplet: 62, 72 and 4D. RGB value is (98,114,77). Sum of RGB (Red+Green+Blue) = 98+114+77=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #62724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62724D is #9D8DB2. Grayscale: #696969. Windows color (decimal): -10325427 or 5075554. OLE color: 5075554.

HSL color Cylindrical-coordinate representation of color #62724D: hue angle of 85.95º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62724D is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB9811477-
CMYK0.1400.320.55
HSL85.95º19.37%37.45%-
HSV(B)85.95º32.46%44.71%-
XYZ12.3915.179.3-
YUV105112.2123.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=33.91%
G=39.45%
B=26.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114770.1400.320.5585.9519.3737.45
Hex62724DE02037561325
Octal14216211516040671262345
Binary11000101110010100110111100100000110111101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62724D; }

 p { color: rgb(98,114,77); }

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

<style>
 a { background-color: #62724D; }

 a { background-color: rgb(98,114,77); }

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

<style>
 span { border-color: #62724D; }

 span { border-color: rgb(98,114,77); }

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