Shades of Cactus #626362
Tints of Cactus #626362
RGB
CMYK
RGB Variations
Color information
#626362 (or 0x626362) is known color: 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
RGB | 98 | 99 | 98 | - |
CMYK | 0.01 | 0 | 0.01 | 0.61 |
HSL | 120º | 0.01% | 0.39% | - |
HSV(B) | 120º | 0.01% | 0.39% | - |
XYZ | 11.7 | 12.4 | 13.33 | - |
YUV | 98.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 99 | 98 | 0.01 | 0 | 0.01 | 0.61 | 120 | 0.01 | 0.39 |
Hex | 62 | 63 | 62 | 1 | 0 | 1 | 3D | 78 | 1 | 27 |
Octal | 142 | 143 | 142 | 1 | 0 | 1 | 75 | 170 | 1 | 47 |
Binary | 1100010 | 1100011 | 1100010 | 1 | 0 | 1 | 111101 | 1111000 | 1 | 100111 |
Color Harmonies of #626362
Complementary color
Monochromatic Colors of #626362
Black with #626362
Text Example
Text Example
White with #626362
Text Example
Text Example
HTML Codes & Css Web 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>