Html Css Color HEX #6D5D66 Scorpion

📋 copy color: '#6D5D66'

red 109 ◦ green 93 ◦ blue 102

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

Shades of Scorpion #6D5D66

Tints of Scorpion #6D5D66

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 35.86%
G = 30.59%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D5D66 (or 0x6D5D66) is known color: Scorpion. HEX triplet: 6D, 5D and 66. RGB value is (109,93,102). Sum of RGB (Red+Green+Blue) = 109+93+102=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D66 is #92A299. Grayscale: #626262. Windows color (decimal): -9609882 or 6708589. OLE color: 6708589.

HSL color Cylindrical-coordinate representation of color #6D5D66: hue angle of 326.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D5D66 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 93 102 -
CMYK 0 0.15 0.06 0.57
HSL 326.25º 0.08% 0.4% -
HSV(B) 326.25º 0.15% 0.43% -
XYZ 12.62 12.04 14.23 -
YUV 98.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 109 93 102 0 0.15 0.06 0.57 326.25 0.08 0.4
Hex 6D 5D 66 0 F 6 39 146 8 28
Octal 155 135 146 0 17 6 71 506 10 50
Binary 1101101 1011101 1100110 0 1111 110 111001 101000110 1000 101000

Color Harmonies of #6D5D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5D66

Black with #6D5D66

Text Example


Text Example

White with #6D5D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,93,102); }

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

background-color css

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

 a { background-color: rgb(109,93,102); }

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

border-color css

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

 span { border-color: rgb(109,93,102); }

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