Html Css Color HEX #6F585E Scorpion

📋 copy color: '#6F585E'

red 111 ◦ green 88 ◦ blue 94

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

Shades of Scorpion #6F585E

Tints of Scorpion #6F585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

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

R = 37.88%
G = 30.03%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F585E (or 0x6F585E) is known color: Scorpion. HEX triplet: 6F, 58 and 5E. RGB value is (111,88,94). Sum of RGB (Red+Green+Blue) = 111+88+94=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F585E is #90A7A1. Grayscale: #5F5F5F. Windows color (decimal): -9480098 or 6183023. OLE color: 6183023.

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

Color convert

RGB 111 88 94 -
CMYK 0 0.21 0.15 0.56
HSL 344.35º 0.12% 0.39% -
HSV(B) 344.35º 0.21% 0.44% -
XYZ 12.07 11.17 12.11 -
YUV 95.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 111 88 94 0 0.21 0.15 0.56 344.35 0.12 0.39
Hex 6F 58 5E 0 15 F 38 158 C 27
Octal 157 130 136 0 25 17 70 530 14 47
Binary 1101111 1011000 1011110 0 10101 1111 111000 101011000 1100 100111

Color Harmonies of #6F585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F585E

Black with #6F585E

Text Example


Text Example

White with #6F585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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