#626B4B

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

Shades of Woodland #626B4B

Tints of Woodland #626B4B

Color information

#626B4B (or 0x626B4B) is unknown color: approx Woodland. HEX triplet: 62, 6B and 4B. RGB value is (98,107,75). Sum of RGB (Red+Green+Blue) = 98+107+75=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #626B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626B4B is #9D94B4. Grayscale: #646464. Windows color (decimal): -10327221 or 4942690. OLE color: 4942690.

HSL color Cylindrical-coordinate representation of color #626B4B: hue angle of 76.88º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #626B4B is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB9810775-
CMYK0.0800.300.58
HSL76.88º17.58%35.69%-
HSV(B)76.88º29.91%41.96%-
XYZ11.5613.628.68-
YUV100.66113.52126.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=35%
G=38.21%
B=26.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98107750.0800.300.5876.8817.5835.69
Hex626B4B801E3A4d1224
Octal14215311310036721152244
Binary1100010110101110010111000011110111010100110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,107,75); }

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

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

 a { background-color: rgb(98,107,75); }

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

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

 span { border-color: rgb(98,107,75); }

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