#62764D

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

Shades of Dingley #62764D

Tints of Dingley #62764D

Color information

#62764D (or 0x62764D) is unknown color: approx Dingley. HEX triplet: 62, 76 and 4D. RGB value is (98,118,77). Sum of RGB (Red+Green+Blue) = 98+118+77=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #62764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62764D is #9D89B2. Grayscale: #6B6B6B. Windows color (decimal): -10324403 or 5076578. OLE color: 5076578.

HSL color Cylindrical-coordinate representation of color #62764D: hue angle of 89.27º 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 #62764D is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB9811877-
CMYK0.1700.350.54
HSL89.27º21.03%38.24%-
HSV(B)89.27º34.75%46.27%-
XYZ12.8516.099.45-
YUV107.35110.87121.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.45%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=33.45%
G=40.27%
B=26.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98118770.1700.350.5489.2721.0338.24
Hex62764D1102336591526
Octal14216611521043661312546
Binary110001011101101001101100010100011110110101100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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