Html Css Color HEX #6F5C64 Scorpion

📋 copy color: '#6F5C64'

red 111 ◦ green 92 ◦ blue 100

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

Shades of Scorpion #6F5C64

Tints of Scorpion #6F5C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33%

R = 36.63%
G = 30.36%
B = 33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F5C64 (or 0x6F5C64) is known color: Scorpion. HEX triplet: 6F, 5C and 64. RGB value is (111,92,100). Sum of RGB (Red+Green+Blue) = 111+92+100=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C64 is #90A39B. Grayscale: #626262. Windows color (decimal): -9479068 or 6577263. OLE color: 6577263.

HSL color Cylindrical-coordinate representation of color #6F5C64: hue angle of 334.74º 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 #6F5C64 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 92 100 -
CMYK 0 0.17 0.10 0.56
HSL 334.74º 0.09% 0.4% -
HSV(B) 334.74º 0.17% 0.44% -
XYZ 12.68 11.95 13.7 -
YUV 98.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 111 92 100 0 0.17 0.10 0.56 334.74 0.09 0.4
Hex 6F 5C 64 0 11 A 38 14F 9 28
Octal 157 134 144 0 21 12 70 517 11 50
Binary 1101111 1011100 1100100 0 10001 1010 111000 101001111 1001 101000

Color Harmonies of #6F5C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5C64

Black with #6F5C64

Text Example


Text Example

White with #6F5C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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