Html Css Color HEX #6D696A Scorpion

📋 copy color: '#6D696A'

red 109 ◦ green 105 ◦ blue 106

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

Shades of Scorpion #6D696A

Tints of Scorpion #6D696A

RGB

 RED value IS 109 (42.97% from 255) = 34.06%

 GREEN value IS 105 (41.41% from 255) = 32.81%

 BLUE value IS 106 (41.8% from 255) = 33.13%

R = 34.06%
G = 32.81%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D696A (or 0x6D696A) is known color: Scorpion. HEX triplet: 6D, 69 and 6A. RGB value is (109,105,106). Sum of RGB (Red+Green+Blue) = 109+105+106=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 109 - color contains mainly: red. Hex color #6D696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D696A is #929695. Grayscale: #6A6A6A. Windows color (decimal): -9606806 or 6973805. OLE color: 6973805.

HSL color Cylindrical-coordinate representation of color #6D696A: hue angle of 345º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6D696A is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 105 106 -
CMYK 0 0.04 0.03 0.57
HSL 345º 0.02% 0.42% -
HSV(B) 345º 0.04% 0.43% -
XYZ 13.96 14.39 15.68 -
YUV 106.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 109 105 106 0 0.04 0.03 0.57 345 0.02 0.42
Hex 6D 69 6A 0 4 3 39 159 2 2A
Octal 155 151 152 0 4 3 71 531 2 52
Binary 1101101 1101001 1101010 0 100 11 111001 101011001 10 101010

Color Harmonies of #6D696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D696A

Black with #6D696A

Text Example


Text Example

White with #6D696A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,106); }

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

background-color css

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

 a { background-color: rgb(109,105,106); }

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

border-color css

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

 span { border-color: rgb(109,105,106); }

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