#626362

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

Shades of Cactus #626362

Tints of Cactus #626362

Color information

#626362 (or 0x626362) is unknown color: approx Cactus. HEX triplet: 62, 63 and 62. RGB value is (98,99,98). Sum of RGB (Red+Green+Blue) = 98+99+98=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 99 - color contains mainly: green. Hex color #626362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626362 is #9D9C9D. Grayscale: #626262. Windows color (decimal): -10329246 or 6447970. OLE color: 6447970.

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

Color convert

RGB989998-
CMYK0.0100.010.61
HSL120º0.51%38.63%-
HSV(B)120º1.01%38.82%-
XYZ11.712.413.33-
YUV98.59127.67127.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=33.22%
G=33.56%
B=33.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899980.0100.010.611200.5138.63
Hex6263621013D78127
Octal14214314210175170147
Binary11000101100011110001010111110111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626362; }

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

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

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

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

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

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

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

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