Html Css Color HEX #665B5E Scorpion

📋 copy color: '#665B5E'

red 102 ◦ green 91 ◦ blue 94

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

Shades of Scorpion #665B5E

Tints of Scorpion #665B5E

RGB

 RED value IS 102 (40.23% from 255) = 35.54%

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 35.54%
G = 31.71%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#665B5E (or 0x665B5E) is known color: Scorpion. HEX triplet: 66, 5B and 5E. RGB value is (102,91,94). Sum of RGB (Red+Green+Blue) = 102+91+94=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #665B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B5E is #99A4A1. Grayscale: #5E5E5E. Windows color (decimal): -10069154 or 6183782. OLE color: 6183782.

HSL color Cylindrical-coordinate representation of color #665B5E: hue angle of 343.64º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665B5E is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 91 94 -
CMYK 0 0.11 0.08 0.6
HSL 343.64º 0.06% 0.38% -
HSV(B) 343.64º 0.11% 0.4% -
XYZ 11.24 11.12 12.14 -
YUV 94.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 102 91 94 0 0.11 0.08 0.6 343.64 0.06 0.38
Hex 66 5B 5E 0 B 8 3C 158 6 26
Octal 146 133 136 0 13 10 74 530 6 46
Binary 1100110 1011011 1011110 0 1011 1000 111100 101011000 110 100110

Color Harmonies of #665B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B5E

Black with #665B5E

Text Example


Text Example

White with #665B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665B5E; }

 p { color: rgb(102,91,94); }

 H1.HeaderClassName
 {
   color: #665B5E;
 }
 .AnyTagClassName
 {
   color: #665B5E;
 }
</style>

background-color css

<style>
 a { background-color: #665B5E; }

 a { background-color: rgb(102,91,94); }

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

border-color css

<style>
 span { border-color: #665B5E; }

 span { border-color: rgb(102,91,94); }

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