#626255

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

Shades of Hemlock #626255

Tints of Hemlock #626255

Color information

#626255 (or 0x626255) is unknown color: approx Hemlock. HEX triplet: 62, 62 and 55. RGB value is (98,98,85). Sum of RGB (Red+Green+Blue) = 98+98+85=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626255 is #9D9DAA. Grayscale: #606060. Windows color (decimal): -10329515 or 5595746. OLE color: 5595746.

HSL color Cylindrical-coordinate representation of color #626255: hue angle of 60º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #626255 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB989885-
CMYK000.130.62
HSL60º7.1%35.88%-
HSV(B)60º13.27%38.43%-
XYZ11.0411.9910.33-
YUV96.52121.5129.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=34.88%
G=34.88%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989885000.130.62607.135.88
Hex62625500D3E3c724
Octal14214212500157674744
Binary110001011000101010101001101111110111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626255; }

 p { color: rgb(98,98,85); }

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

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

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

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

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

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

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