Html Css Color HEX #665D5F Scorpion

📋 copy color: '#665D5F'

red 102 ◦ green 93 ◦ blue 95

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

Shades of Scorpion #665D5F

Tints of Scorpion #665D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.07%

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 35.17%
G = 32.07%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#665D5F (or 0x665D5F) is known color: Scorpion. HEX triplet: 66, 5D and 5F. RGB value is (102,93,95). Sum of RGB (Red+Green+Blue) = 102+93+95=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #665D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D5F is #99A2A0. Grayscale: #5F5F5F. Windows color (decimal): -10068641 or 6249830. OLE color: 6249830.

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

Color convert

RGB 102 93 95 -
CMYK 0 0.09 0.07 0.6
HSL 346.67º 0.05% 0.38% -
HSV(B) 346.67º 0.09% 0.4% -
XYZ 11.46 11.48 12.44 -
YUV 95.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 102 93 95 0 0.09 0.07 0.6 346.67 0.05 0.38
Hex 66 5D 5F 0 9 7 3C 15B 5 26
Octal 146 135 137 0 11 7 74 533 5 46
Binary 1100110 1011101 1011111 0 1001 111 111100 101011011 101 100110

Color Harmonies of #665D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D5F

Black with #665D5F

Text Example


Text Example

White with #665D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,93,95); }

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

background-color css

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

 a { background-color: rgb(102,93,95); }

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

border-color css

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

 span { border-color: rgb(102,93,95); }

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