Html Css Color HEX #696163 Scorpion

📋 copy color: '#696163'

red 105 ◦ green 97 ◦ blue 99

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

Shades of Scorpion #696163

Tints of Scorpion #696163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 34.88%
G = 32.23%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#696163 (or 0x696163) is known color: Scorpion. HEX triplet: 69, 61 and 63. RGB value is (105,97,99). Sum of RGB (Red+Green+Blue) = 105+97+99=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 105 - color contains mainly: red. Hex color #696163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696163 is #969E9C. Grayscale: #636363. Windows color (decimal): -9871005 or 6513001. OLE color: 6513001.

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

Color convert

RGB 105 97 99 -
CMYK 0 0.08 0.06 0.59
HSL 345º 0.04% 0.4% -
HSV(B) 345º 0.08% 0.41% -
XYZ 12.35 12.45 13.56 -
YUV 99.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 105 97 99 0 0.08 0.06 0.59 345 0.04 0.4
Hex 69 61 63 0 8 6 3B 159 4 28
Octal 151 141 143 0 10 6 73 531 4 50
Binary 1101001 1100001 1100011 0 1000 110 111011 101011001 100 101000

Color Harmonies of #696163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696163

Black with #696163

Text Example


Text Example

White with #696163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696163; }

 p { color: rgb(105,97,99); }

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

background-color css

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

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

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

border-color css

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

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

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