#62764A

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

Shades of Dingley #62764A

Tints of Dingley #62764A

Color information

#62764A (or 0x62764A) is unknown color: approx Dingley. HEX triplet: 62, 76 and 4A. RGB value is (98,118,74). Sum of RGB (Red+Green+Blue) = 98+118+74=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #62764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62764A is #9D89B5. Grayscale: #6B6B6B. Windows color (decimal): -10324406 or 4879970. OLE color: 4879970.

HSL color Cylindrical-coordinate representation of color #62764A: hue angle of 87.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62764A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB9811874-
CMYK0.1700.370.54
HSL87.27º22.92%37.65%-
HSV(B)87.27º37.29%46.27%-
XYZ12.7516.058.9-
YUV107109.37121.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=33.79%
G=40.69%
B=25.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98118740.1700.370.5487.2722.9237.65
Hex62764A1102536571726
Octal14216611221045661272746
Binary110001011101101001010100010100101110110101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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