Html Css Color HEX #696062 Scorpion

📋 copy color: '#696062'

red 105 ◦ green 96 ◦ blue 98

#696062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #696062

Tints of Scorpion #696062

RGB

 RED value IS 105 (41.41% from 255) = 35.12%

 GREEN value IS 96 (37.89% from 255) = 32.11%

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 35.12%
G = 32.11%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#696062 (or 0x696062) is known color: Scorpion. HEX triplet: 69, 60 and 62. RGB value is (105,96,98). Sum of RGB (Red+Green+Blue) = 105+96+98=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #696062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696062 is #969F9D. Grayscale: #626262. Windows color (decimal): -9871262 or 6447209. OLE color: 6447209.

HSL color Cylindrical-coordinate representation of color #696062: hue angle of 346.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 #696062 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 96 98 -
CMYK 0 0.09 0.07 0.59
HSL 346.67º 0.04% 0.39% -
HSV(B) 346.67º 0.09% 0.41% -
XYZ 12.21 12.25 13.28 -
YUV 98.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 105 96 98 0 0.09 0.07 0.59 346.67 0.04 0.39
Hex 69 60 62 0 9 7 3B 15B 4 27
Octal 151 140 142 0 11 7 73 533 4 47
Binary 1101001 1100000 1100010 0 1001 111 111011 101011011 100 100111

Color Harmonies of #696062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696062

Black with #696062

Text Example


Text Example

White with #696062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696062; }

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

 H1.HeaderClassName
 {
   color: #696062;
 }
 .AnyTagClassName
 {
   color: #696062;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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