#62724E

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

Shades of Dingley #62724E

Tints of Dingley #62724E

Color information

#62724E (or 0x62724E) is unknown color: approx Dingley. HEX triplet: 62, 72 and 4E. RGB value is (98,114,78). Sum of RGB (Red+Green+Blue) = 98+114+78=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #62724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62724E is #9D8DB1. Grayscale: #696969. Windows color (decimal): -10325426 or 5141090. OLE color: 5141090.

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

Color convert

RGB9811478-
CMYK0.1400.320.55
HSL86.67º18.75%37.65%-
HSV(B)86.67º31.58%44.71%-
XYZ12.4315.189.48-
YUV105.11112.7122.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=33.79%
G=39.31%
B=26.90%

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
Decimal98114780.1400.320.5586.6718.7537.65
Hex62724EE02037571326
Octal14216211616040671272346
Binary11000101110010100111011100100000110111101011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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