#626250

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

Shades of Hemlock #626250

Tints of Hemlock #626250

Color information

#626250 (or 0x626250) is unknown color: approx Hemlock. HEX triplet: 62, 62 and 50. RGB value is (98,98,80). Sum of RGB (Red+Green+Blue) = 98+98+80=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626250 is #9D9DAF. Grayscale: #606060. Windows color (decimal): -10329520 or 5268066. OLE color: 5268066.

HSL color Cylindrical-coordinate representation of color #626250: hue angle of 60º 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 #626250 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB989880-
CMYK000.180.62
HSL60º10.11%34.9%-
HSV(B)60º18.37%38.43%-
XYZ10.8511.919.32-
YUV95.95119129.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=35.51%
G=35.51%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989880000.180.626010.1134.9
Hex62625000123E3ca23
Octal142142120002276741243
Binary11000101100010101000000100101111101111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626250; }

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

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

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

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

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

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

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

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