Html Css Color HEX #6F565D Scorpion

📋 copy color: '#6F565D'

red 111 ◦ green 86 ◦ blue 93

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

Shades of Scorpion #6F565D

Tints of Scorpion #6F565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 38.28%
G = 29.66%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F565D (or 0x6F565D) is known color: Scorpion. HEX triplet: 6F, 56 and 5D. RGB value is (111,86,93). Sum of RGB (Red+Green+Blue) = 111+86+93=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F565D is #90A9A2. Grayscale: #5E5E5E. Windows color (decimal): -9480611 or 6116975. OLE color: 6116975.

HSL color Cylindrical-coordinate representation of color #6F565D: hue angle of 343.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F565D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 86 93 -
CMYK 0 0.23 0.16 0.56
HSL 343.2º 0.13% 0.39% -
HSV(B) 343.2º 0.23% 0.44% -
XYZ 11.86 10.83 11.82 -
YUV 94.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 111 86 93 0 0.23 0.16 0.56 343.2 0.13 0.39
Hex 6F 56 5D 0 17 10 38 157 D 27
Octal 157 126 135 0 27 20 70 527 15 47
Binary 1101111 1010110 1011101 0 10111 10000 111000 101010111 1101 100111

Color Harmonies of #6F565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F565D

Black with #6F565D

Text Example


Text Example

White with #6F565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,93); }

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

background-color css

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

 a { background-color: rgb(111,86,93); }

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

border-color css

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

 span { border-color: rgb(111,86,93); }

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