#626050

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

Shades of Hemlock #626050

Tints of Hemlock #626050

Color information

#626050 (or 0x626050) is unknown color: approx 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

RGB989680-
CMYK00.020.180.62
HSL53.33º10.11%34.9%-
HSV(B)53.33º18.37%38.43%-
XYZ10.6711.549.25-
YUV94.77119.66130.3-

RGB Variations

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

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.20%
R=35.77%
G=35.04%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98968000.020.180.6253.3310.1134.9
Hex62605002123E35a23
Octal142140120022276651243
Binary110001011000001010000010100101111101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>