#62754C

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

Shades of Dingley #62754C

Tints of Dingley #62754C

Color information

#62754C (or 0x62754C) is unknown color: approx Dingley. HEX triplet: 62, 75 and 4C. RGB value is (98,117,76). Sum of RGB (Red+Green+Blue) = 98+117+76=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #62754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62754C is #9D8AB3. Grayscale: #6A6A6A. Windows color (decimal): -10324660 or 5010786. OLE color: 5010786.

HSL color Cylindrical-coordinate representation of color #62754C: hue angle of 87.8º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62754C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB9811776-
CMYK0.1600.350.54
HSL87.8º21.24%37.84%-
HSV(B)87.8º35.04%45.88%-
XYZ12.715.849.23-
YUV106.64110.71121.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=33.68%
G=40.21%
B=26.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98117760.1600.350.5487.821.2437.84
Hex62754C1002336581526
Octal14216511420043661302546
Binary110001011101011001100100000100011110110101100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,117,76); }

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

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

 a { background-color: rgb(98,117,76); }

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

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

 span { border-color: rgb(98,117,76); }

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