#626254

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

Shades of Hemlock #626254

Tints of Hemlock #626254

Color information

#626254 (or 0x626254) is unknown color: approx Hemlock. HEX triplet: 62, 62 and 54. RGB value is (98,98,84). Sum of RGB (Red+Green+Blue) = 98+98+84=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626254 is #9D9DAB. Grayscale: #606060. Windows color (decimal): -10329516 or 5530210. OLE color: 5530210.

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

Color convert

RGB989884-
CMYK000.140.62
HSL60º7.69%35.69%-
HSV(B)60º14.29%38.43%-
XYZ1111.9710.12-
YUV96.4121129.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 84 (33.20% from 255) = 30%
R=35%
G=35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989884000.140.62607.6935.69
Hex62625400E3E3c824
Octal142142124001676741044
Binary1100010110001010101000011101111101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626254; }

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

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

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

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

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

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

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

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