#62684A

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

Shades of Woodland #62684A

Tints of Woodland #62684A

Color information

#62684A (or 0x62684A) is unknown color: approx Woodland. HEX triplet: 62, 68 and 4A. RGB value is (98,104,74). Sum of RGB (Red+Green+Blue) = 98+104+74=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #62684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62684A is #9D97B5. Grayscale: #626262. Windows color (decimal): -10327990 or 4876386. OLE color: 4876386.

HSL color Cylindrical-coordinate representation of color #62684A: hue angle of 72º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62684A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB9810474-
CMYK0.0600.290.59
HSL72º16.85%34.9%-
HSV(B)72º28.85%40.78%-
XYZ11.2212.998.39-
YUV98.79114.01127.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=35.51%
G=37.68%
B=26.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98104740.0600.290.597216.8534.9
Hex62684A601D3B481123
Octal1421501126035731102143
Binary110001011010001001010110011101111011100100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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