Html Css Color HEX #6A6163 Scorpion

📋 copy color: '#6A6163'

red 106 ◦ green 97 ◦ blue 99

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

Shades of Scorpion #6A6163

Tints of Scorpion #6A6163

RGB

 RED value IS 106 (41.8% from 255) = 35.1%

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

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

R = 35.1%
G = 32.12%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#6A6163 (or 0x6A6163) is known color: Scorpion. HEX triplet: 6A, 61 and 63. RGB value is (106,97,99). Sum of RGB (Red+Green+Blue) = 106+97+99=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6163 is #959E9C. Grayscale: #636363. Windows color (decimal): -9805469 or 6513002. OLE color: 6513002.

HSL color Cylindrical-coordinate representation of color #6A6163: hue angle of 346.67º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6A6163 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 97 99 -
CMYK 0 0.08 0.07 0.58
HSL 346.67º 0.04% 0.4% -
HSV(B) 346.67º 0.08% 0.42% -
XYZ 12.47 12.51 13.56 -
YUV 99.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 106 97 99 0 0.08 0.07 0.58 346.67 0.04 0.4
Hex 6A 61 63 0 8 7 3A 15B 4 28
Octal 152 141 143 0 10 7 72 533 4 50
Binary 1101010 1100001 1100011 0 1000 111 111010 101011011 100 101000

Color Harmonies of #6A6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6163

Black with #6A6163

Text Example


Text Example

White with #6A6163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6163; }

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

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

background-color css

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

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

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

border-color css

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

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

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