Html Css Color HEX #665860 Scorpion

📋 copy color: '#665860'

red 102 ◦ green 88 ◦ blue 96

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

Shades of Scorpion #665860

Tints of Scorpion #665860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

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

R = 35.66%
G = 30.77%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#665860 (or 0x665860) is known color: Scorpion. HEX triplet: 66, 58 and 60. RGB value is (102,88,96). Sum of RGB (Red+Green+Blue) = 102+88+96=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665860 is #99A79F. Grayscale: #5D5D5D. Windows color (decimal): -10069920 or 6314086. OLE color: 6314086.

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

Color convert

RGB 102 88 96 -
CMYK 0 0.14 0.06 0.6
HSL 325.71º 0.07% 0.37% -
HSV(B) 325.71º 0.14% 0.4% -
XYZ 11.08 10.65 12.54 -
YUV 93.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 102 88 96 0 0.14 0.06 0.6 325.71 0.07 0.37
Hex 66 58 60 0 E 6 3C 146 7 25
Octal 146 130 140 0 16 6 74 506 7 45
Binary 1100110 1011000 1100000 0 1110 110 111100 101000110 111 100101

Color Harmonies of #665860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665860

Black with #665860

Text Example


Text Example

White with #665860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665860; }

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

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

background-color css

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

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

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

border-color css

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

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

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