#62664C

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

Shades of Woodland #62664C

Tints of Woodland #62664C

Color information

#62664C (or 0x62664C) is unknown color: approx Woodland. HEX triplet: 62, 66 and 4C. RGB value is (98,102,76). Sum of RGB (Red+Green+Blue) = 98+102+76=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #62664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62664C is #9D99B3. Grayscale: #616161. Windows color (decimal): -10328500 or 5006946. OLE color: 5006946.

HSL color Cylindrical-coordinate representation of color #62664C: hue angle of 69.23º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62664C is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB9810276-
CMYK0.0400.250.6
HSL69.23º14.61%34.9%-
HSV(B)69.23º25.49%40%-
XYZ11.0912.628.69-
YUV97.84115.67128.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=35.51%
G=36.96%
B=27.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98102760.0400.250.669.2314.6134.9
Hex62664C40193C45f23
Octal1421461144031741051743
Binary11000101100110100110010001100111110010001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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