Html Css Color HEX #6F5C61 Scorpion

📋 copy color: '#6F5C61'

red 111 ◦ green 92 ◦ blue 97

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

Shades of Scorpion #6F5C61

Tints of Scorpion #6F5C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 37%
G = 30.67%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F5C61 (or 0x6F5C61) is known color: Scorpion. HEX triplet: 6F, 5C and 61. RGB value is (111,92,97). Sum of RGB (Red+Green+Blue) = 111+92+97=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C61 is #90A39E. Grayscale: #626262. Windows color (decimal): -9479071 or 6380655. OLE color: 6380655.

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

Color convert

RGB 111 92 97 -
CMYK 0 0.17 0.13 0.56
HSL 344.21º 0.09% 0.4% -
HSV(B) 344.21º 0.17% 0.44% -
XYZ 12.54 11.9 12.94 -
YUV 98.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 111 92 97 0 0.17 0.13 0.56 344.21 0.09 0.4
Hex 6F 5C 61 0 11 D 38 158 9 28
Octal 157 134 141 0 21 15 70 530 11 50
Binary 1101111 1011100 1100001 0 10001 1101 111000 101011000 1001 101000

Color Harmonies of #6F5C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5C61

Black with #6F5C61

Text Example


Text Example

White with #6F5C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,92,97); }

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

background-color css

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

 a { background-color: rgb(111,92,97); }

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

border-color css

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

 span { border-color: rgb(111,92,97); }

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