#626A48

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

Shades of Woodland #626A48

Tints of Woodland #626A48

Color information

#626A48 (or 0x626A48) is unknown color: approx Woodland. HEX triplet: 62, 6A and 48. RGB value is (98,106,72). Sum of RGB (Red+Green+Blue) = 98+106+72=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #626A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626A48 is #9D95B7. Grayscale: #636363. Windows color (decimal): -10327480 or 4745826. OLE color: 4745826.

HSL color Cylindrical-coordinate representation of color #626A48: hue angle of 74.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626A48 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB9810672-
CMYK0.0800.320.58
HSL74.12º19.1%34.9%-
HSV(B)74.12º32.08%41.57%-
XYZ11.3613.378.11-
YUV99.73112.35126.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=35.51%
G=38.41%
B=26.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98106720.0800.320.5874.1219.134.9
Hex626A4880203A4a1323
Octal14215211010040721122343
Binary11000101101010100100010000100000111010100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626A48; }

 p { color: rgb(98,106,72); }

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

<style>
 a { background-color: #626A48; }

 a { background-color: rgb(98,106,72); }

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

<style>
 span { border-color: #626A48; }

 span { border-color: rgb(98,106,72); }

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