Html Css Color HEX #6F5E64 Scorpion

📋 copy color: '#6F5E64'

red 111 ◦ green 94 ◦ blue 100

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

Shades of Scorpion #6F5E64

Tints of Scorpion #6F5E64

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

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

R = 36.39%
G = 30.82%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F5E64 (or 0x6F5E64) is known color: Scorpion. HEX triplet: 6F, 5E and 64. RGB value is (111,94,100). Sum of RGB (Red+Green+Blue) = 111+94+100=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E64 is #90A19B. Grayscale: #636363. Windows color (decimal): -9478556 or 6577775. OLE color: 6577775.

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

Color convert

RGB 111 94 100 -
CMYK 0 0.15 0.10 0.56
HSL 338.82º 0.08% 0.4% -
HSV(B) 338.82º 0.15% 0.44% -
XYZ 12.86 12.31 13.75 -
YUV 99.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 111 94 100 0 0.15 0.10 0.56 338.82 0.08 0.4
Hex 6F 5E 64 0 F A 38 153 8 28
Octal 157 136 144 0 17 12 70 523 10 50
Binary 1101111 1011110 1100100 0 1111 1010 111000 101010011 1000 101000

Color Harmonies of #6F5E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E64

Black with #6F5E64

Text Example


Text Example

White with #6F5E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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