Html Css Color HEX #665C61 Scorpion

📋 copy color: '#665C61'

red 102 ◦ green 92 ◦ blue 97

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

Shades of Scorpion #665C61

Tints of Scorpion #665C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 35.05%
G = 31.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#665C61 (or 0x665C61) is known color: Scorpion. HEX triplet: 66, 5C and 61. RGB value is (102,92,97). Sum of RGB (Red+Green+Blue) = 102+92+97=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #665C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C61 is #99A39E. Grayscale: #5F5F5F. Windows color (decimal): -10068895 or 6380646. OLE color: 6380646.

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

Color convert

RGB 102 92 97 -
CMYK 0 0.10 0.05 0.6
HSL 330º 0.05% 0.38% -
HSV(B) 330º 0.1% 0.4% -
XYZ 11.46 11.34 12.89 -
YUV 95.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 102 92 97 0 0.10 0.05 0.6 330 0.05 0.38
Hex 66 5C 61 0 A 5 3C 14A 5 26
Octal 146 134 141 0 12 5 74 512 5 46
Binary 1100110 1011100 1100001 0 1010 101 111100 101001010 101 100110

Color Harmonies of #665C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C61

Black with #665C61

Text Example


Text Example

White with #665C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,97); }

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

background-color css

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

 a { background-color: rgb(102,92,97); }

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

border-color css

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

 span { border-color: rgb(102,92,97); }

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