Html Css Color HEX #626050 Hemlock

📋 copy color: '#626050'

red 98 ◦ green 96 ◦ blue 80

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

Shades of Hemlock #626050

Tints of Hemlock #626050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 35.77%
G = 35.04%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#626050 (or 0x626050) is known color: Hemlock. HEX triplet: 62, 60 and 50. RGB value is (98,96,80). Sum of RGB (Red+Green+Blue) = 98+96+80=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #626050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626050 is #9D9FAF. Grayscale: #5E5E5E. Windows color (decimal): -10330032 or 5267554. OLE color: 5267554.

HSL color Cylindrical-coordinate representation of color #626050: hue angle of 53.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #626050 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 96 80 -
CMYK 0 0.02 0.18 0.62
HSL 53.33º 0.1% 0.35% -
HSV(B) 53.33º 0.18% 0.38% -
XYZ 10.67 11.54 9.25 -
YUV 94.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 98 96 80 0 0.02 0.18 0.62 53.33 0.1 0.35
Hex 62 60 50 0 2 12 3E 35 A 23
Octal 142 140 120 0 2 22 76 65 12 43
Binary 1100010 1100000 1010000 0 10 10010 111110 110101 1010 100011

Color Harmonies of #626050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626050

Black with #626050

Text Example


Text Example

White with #626050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626050; }

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

 H1.HeaderClassName
 {
   color: #626050;
 }
 .AnyTagClassName
 {
   color: #626050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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