Html Css Color HEX #665B60 Scorpion

📋 copy color: '#665B60'

red 102 ◦ green 91 ◦ blue 96

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

Shades of Scorpion #665B60

Tints of Scorpion #665B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 35.29%
G = 31.49%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#665B60 (or 0x665B60) is known color: Scorpion. HEX triplet: 66, 5B and 60. RGB value is (102,91,96). Sum of RGB (Red+Green+Blue) = 102+91+96=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B60 is #99A49F. Grayscale: #5E5E5E. Windows color (decimal): -10069152 or 6314854. OLE color: 6314854.

HSL color Cylindrical-coordinate representation of color #665B60: hue angle of 332.73º 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 #665B60 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 91 96 -
CMYK 0 0.11 0.06 0.6
HSL 332.73º 0.06% 0.38% -
HSV(B) 332.73º 0.11% 0.4% -
XYZ 11.33 11.15 12.62 -
YUV 94.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 102 91 96 0 0.11 0.06 0.6 332.73 0.06 0.38
Hex 66 5B 60 0 B 6 3C 14D 6 26
Octal 146 133 140 0 13 6 74 515 6 46
Binary 1100110 1011011 1100000 0 1011 110 111100 101001101 110 100110

Color Harmonies of #665B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B60

Black with #665B60

Text Example


Text Example

White with #665B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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