#626950

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

Shades of Woodland #626950

Tints of Woodland #626950

Color information

#626950 (or 0x626950) is unknown color: approx Woodland. HEX triplet: 62, 69 and 50. RGB value is (98,105,80). Sum of RGB (Red+Green+Blue) = 98+105+80=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 105 - color contains mainly: green. Hex color #626950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626950 is #9D96AF. Grayscale: #646464. Windows color (decimal): -10327728 or 5269858. OLE color: 5269858.

HSL color Cylindrical-coordinate representation of color #626950: hue angle of 76.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #626950 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB9810580-
CMYK0.0700.240.59
HSL76.8º13.51%36.27%-
HSV(B)76.8º23.81%41.18%-
XYZ11.5413.289.54-
YUV100.06116.68126.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=34.63%
G=37.10%
B=28.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98105800.0700.240.5976.813.5136.27
Hex62695070183B4de24
Octal1421511207030731151644
Binary11000101101001101000011101100011101110011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626950; }

 p { color: rgb(98,105,80); }

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

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

 a { background-color: rgb(98,105,80); }

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

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

 span { border-color: rgb(98,105,80); }

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