#626464

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

Shades of River Bed #626464

Tints of River Bed #626464

Color information

#626464 (or 0x626464) is unknown color: approx River Bed. HEX triplet: 62, 64 and 64. RGB value is (98,100,100). Sum of RGB (Red+Green+Blue) = 98+100+100=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #626464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626464 is #9D9B9B. Grayscale: #636363. Windows color (decimal): -10328988 or 6579298. OLE color: 6579298.

HSL color Cylindrical-coordinate representation of color #626464: hue angle of 180º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #626464 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB98100100-
CMYK0.02000.61
HSL180º1.01%38.82%-
HSV(B)180º2%39.22%-
XYZ11.8912.6313.87-
YUV99.4128.34127-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.89%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=32.89%
G=33.56%
B=33.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal981001000.02000.611801.0138.82
Hex6264642003Db4127
Octal14214414420075264147
Binary1100010110010011001001000111101101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626464; }

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

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

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

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

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

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

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

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