Html Css Color HEX #626950 Woodland

📋 copy color: '#626950'

red 98 ◦ green 105 ◦ blue 80

#626950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodland #626950

Tints of Woodland #626950

RGB

 RED value IS 98 (38.67% from 255) = 34.63%

 GREEN value IS 105 (41.41% from 255) = 37.1%

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 34.63%
G = 37.1%
B = 28.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#626950 (or 0x626950) is known color: 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

RGB 98 105 80 -
CMYK 0.07 0 0.24 0.59
HSL 76.8º 0.14% 0.36% -
HSV(B) 76.8º 0.24% 0.41% -
XYZ 11.54 13.28 9.54 -
YUV 100.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 98 105 80 0.07 0 0.24 0.59 76.8 0.14 0.36
Hex 62 69 50 7 0 18 3B 4D E 24
Octal 142 151 120 7 0 30 73 115 16 44
Binary 1100010 1101001 1010000 111 0 11000 111011 1001101 1110 100100

Color Harmonies of #626950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626950

Black with #626950

Text Example


Text Example

White with #626950

Text Example


Text Example

HTML Codes & Css Web 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>