Html Css Color HEX #6F5A61 Scorpion

📋 copy color: '#6F5A61'

red 111 ◦ green 90 ◦ blue 97

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

Shades of Scorpion #6F5A61

Tints of Scorpion #6F5A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.2%

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

R = 37.25%
G = 30.2%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6F5A61 (or 0x6F5A61) is known color: Scorpion. HEX triplet: 6F, 5A and 61. RGB value is (111,90,97). Sum of RGB (Red+Green+Blue) = 111+90+97=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A61 is #90A59E. Grayscale: #616161. Windows color (decimal): -9479583 or 6380143. OLE color: 6380143.

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

Color convert

RGB 111 90 97 -
CMYK 0 0.19 0.13 0.56
HSL 340º 0.1% 0.39% -
HSV(B) 340º 0.19% 0.44% -
XYZ 12.37 11.55 12.89 -
YUV 97.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 111 90 97 0 0.19 0.13 0.56 340 0.1 0.39
Hex 6F 5A 61 0 13 D 38 154 A 27
Octal 157 132 141 0 23 15 70 524 12 47
Binary 1101111 1011010 1100001 0 10011 1101 111000 101010100 1010 100111

Color Harmonies of #6F5A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5A61

Black with #6F5A61

Text Example


Text Example

White with #6F5A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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