#696065

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

Shades of Scorpion #696065

Tints of Scorpion #696065

Color information

#696065 (or 0x696065) is unknown color: approx Scorpion. HEX triplet: 69, 60 and 65. RGB value is (105,96,101). Sum of RGB (Red+Green+Blue) = 105+96+101=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696065 is #969F9A. Grayscale: #636363. Windows color (decimal): -9871259 or 6643817. OLE color: 6643817.

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

Color convert

RGB10596101-
CMYK00.090.040.59
HSL326.67º4.48%39.41%-
HSV(B)326.67º8.57%41.18%-
XYZ12.3612.3114.04-
YUV99.26128.98132.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=34.77%
G=31.79%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059610100.090.040.59326.674.4839.41
Hex6960650943B147427
Octal151140145011473507447
Binary11010011100000110010101001100111011101000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696065; }

 p { color: rgb(105,96,101); }

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

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

 a { background-color: rgb(105,96,101); }

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

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

 span { border-color: rgb(105,96,101); }

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