Html Css Color HEX #6D6365 Scorpion

📋 copy color: '#6D6365'

red 109 ◦ green 99 ◦ blue 101

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

Shades of Scorpion #6D6365

Tints of Scorpion #6D6365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 35.28%
G = 32.04%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D6365 (or 0x6D6365) is known color: Scorpion. HEX triplet: 6D, 63 and 65. RGB value is (109,99,101). Sum of RGB (Red+Green+Blue) = 109+99+101=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6365 is #929C9A. Grayscale: #666666. Windows color (decimal): -9608347 or 6644589. OLE color: 6644589.

HSL color Cylindrical-coordinate representation of color #6D6365: hue angle of 348º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6365 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 99 101 -
CMYK 0 0.09 0.07 0.57
HSL 348º 0.05% 0.41% -
HSV(B) 348º 0.09% 0.43% -
XYZ 13.12 13.11 14.15 -
YUV 102.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 109 99 101 0 0.09 0.07 0.57 348 0.05 0.41
Hex 6D 63 65 0 9 7 39 15C 5 29
Octal 155 143 145 0 11 7 71 534 5 51
Binary 1101101 1100011 1100101 0 1001 111 111001 101011100 101 101001

Color Harmonies of #6D6365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6365

Black with #6D6365

Text Example


Text Example

White with #6D6365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,101); }

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

background-color css

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

 a { background-color: rgb(109,99,101); }

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

border-color css

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

 span { border-color: rgb(109,99,101); }

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