Html Css Color HEX #6F575E Scorpion

📋 copy color: '#6F575E'

red 111 ◦ green 87 ◦ blue 94

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

Shades of Scorpion #6F575E

Tints of Scorpion #6F575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 38.01%
G = 29.79%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F575E (or 0x6F575E) is known color: Scorpion. HEX triplet: 6F, 57 and 5E. RGB value is (111,87,94). Sum of RGB (Red+Green+Blue) = 111+87+94=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F575E is #90A8A1. Grayscale: #5E5E5E. Windows color (decimal): -9480354 or 6182767. OLE color: 6182767.

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

Color convert

RGB 111 87 94 -
CMYK 0 0.22 0.15 0.56
HSL 342.5º 0.12% 0.39% -
HSV(B) 342.5º 0.22% 0.44% -
XYZ 11.98 11 12.08 -
YUV 94.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 111 87 94 0 0.22 0.15 0.56 342.5 0.12 0.39
Hex 6F 57 5E 0 16 F 38 156 C 27
Octal 157 127 136 0 26 17 70 526 14 47
Binary 1101111 1010111 1011110 0 10110 1111 111000 101010110 1100 100111

Color Harmonies of #6F575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F575E

Black with #6F575E

Text Example


Text Example

White with #6F575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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