Html Css Color HEX #6F5E65 Scorpion

📋 copy color: '#6F5E65'

red 111 ◦ green 94 ◦ blue 101

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

Shades of Scorpion #6F5E65

Tints of Scorpion #6F5E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 36.27%
G = 30.72%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F5E65 (or 0x6F5E65) is known color: Scorpion. HEX triplet: 6F, 5E and 65. RGB value is (111,94,101). Sum of RGB (Red+Green+Blue) = 111+94+101=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E65 is #90A19A. Grayscale: #636363. Windows color (decimal): -9478555 or 6643311. OLE color: 6643311.

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

Color convert

RGB 111 94 101 -
CMYK 0 0.15 0.09 0.56
HSL 335.29º 0.08% 0.4% -
HSV(B) 335.29º 0.15% 0.44% -
XYZ 12.91 12.32 14.01 -
YUV 99.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 111 94 101 0 0.15 0.09 0.56 335.29 0.08 0.4
Hex 6F 5E 65 0 F 9 38 14F 8 28
Octal 157 136 145 0 17 11 70 517 10 50
Binary 1101111 1011110 1100101 0 1111 1001 111000 101001111 1000 101000

Color Harmonies of #6F5E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E65

Black with #6F5E65

Text Example


Text Example

White with #6F5E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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