Html Css Color HEX #6F5B64 Scorpion

📋 copy color: '#6F5B64'

red 111 ◦ green 91 ◦ blue 100

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

Shades of Scorpion #6F5B64

Tints of Scorpion #6F5B64

RGB

 RED value IS 111 (43.75% from 255) = 36.75%

 GREEN value IS 91 (35.94% from 255) = 30.13%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 36.75%
G = 30.13%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F5B64 (or 0x6F5B64) is known color: Scorpion. HEX triplet: 6F, 5B and 64. RGB value is (111,91,100). Sum of RGB (Red+Green+Blue) = 111+91+100=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B64 is #90A49B. Grayscale: #616161. Windows color (decimal): -9479324 or 6577007. OLE color: 6577007.

HSL color Cylindrical-coordinate representation of color #6F5B64: hue angle of 333º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B64 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 91 100 -
CMYK 0 0.18 0.10 0.56
HSL 333º 0.1% 0.4% -
HSV(B) 333º 0.18% 0.44% -
XYZ 12.6 11.78 13.67 -
YUV 98.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 111 91 100 0 0.18 0.10 0.56 333 0.1 0.4
Hex 6F 5B 64 0 12 A 38 14D A 28
Octal 157 133 144 0 22 12 70 515 12 50
Binary 1101111 1011011 1100100 0 10010 1010 111000 101001101 1010 101000

Color Harmonies of #6F5B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5B64

Black with #6F5B64

Text Example


Text Example

White with #6F5B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,91,100); }

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

background-color css

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

 a { background-color: rgb(111,91,100); }

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

border-color css

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

 span { border-color: rgb(111,91,100); }

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