Html Css Color HEX #665960 Scorpion

📋 copy color: '#665960'

red 102 ◦ green 89 ◦ blue 96

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

Shades of Scorpion #665960

Tints of Scorpion #665960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

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

R = 35.54%
G = 31.01%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#665960 (or 0x665960) is known color: Scorpion. HEX triplet: 66, 59 and 60. RGB value is (102,89,96). Sum of RGB (Red+Green+Blue) = 102+89+96=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #665960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665960 is #99A69F. Grayscale: #5D5D5D. Windows color (decimal): -10069664 or 6314342. OLE color: 6314342.

HSL color Cylindrical-coordinate representation of color #665960: hue angle of 327.69º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665960 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 89 96 -
CMYK 0 0.13 0.06 0.6
HSL 327.69º 0.07% 0.37% -
HSV(B) 327.69º 0.13% 0.4% -
XYZ 11.16 10.81 12.57 -
YUV 93.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 102 89 96 0 0.13 0.06 0.6 327.69 0.07 0.37
Hex 66 59 60 0 D 6 3C 148 7 25
Octal 146 131 140 0 15 6 74 510 7 45
Binary 1100110 1011001 1100000 0 1101 110 111100 101001000 111 100101

Color Harmonies of #665960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665960

Black with #665960

Text Example


Text Example

White with #665960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665960; }

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

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

background-color css

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

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

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

border-color css

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

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

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