Html Css Color HEX #6F5960 Scorpion

📋 copy color: '#6F5960'

red 111 ◦ green 89 ◦ blue 96

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

Shades of Scorpion #6F5960

Tints of Scorpion #6F5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 37.5%
G = 30.07%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F5960 (or 0x6F5960) is known color: Scorpion. HEX triplet: 6F, 59 and 60. RGB value is (111,89,96). Sum of RGB (Red+Green+Blue) = 111+89+96=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5960 is #90A69F. Grayscale: #606060. Windows color (decimal): -9479840 or 6314351. OLE color: 6314351.

HSL color Cylindrical-coordinate representation of color #6F5960: hue angle of 340.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5960 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 96 -
CMYK 0 0.20 0.14 0.56
HSL 340.91º 0.11% 0.39% -
HSV(B) 340.91º 0.2% 0.44% -
XYZ 12.24 11.37 12.62 -
YUV 96.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 111 89 96 0 0.20 0.14 0.56 340.91 0.11 0.39
Hex 6F 59 60 0 14 E 38 155 B 27
Octal 157 131 140 0 24 16 70 525 13 47
Binary 1101111 1011001 1100000 0 10100 1110 111000 101010101 1011 100111

Color Harmonies of #6F5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5960

Black with #6F5960

Text Example


Text Example

White with #6F5960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,96); }

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

background-color css

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

 a { background-color: rgb(111,89,96); }

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

border-color css

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

 span { border-color: rgb(111,89,96); }

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