Html Css Color HEX #663F65 Seance

📋 copy color: '#663F65'

red 102 ◦ green 63 ◦ blue 101

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

Shades of Seance #663F65

Tints of Seance #663F65

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

 BLUE value IS 101 (39.84% from 255) = 37.97%

R = 38.35%
G = 23.68%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#663F65 (or 0x663F65) is known color: Seance. HEX triplet: 66, 3F and 65. RGB value is (102,63,101). Sum of RGB (Red+Green+Blue) = 102+63+101=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #663F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F65 is #99C09A. Grayscale: #4E4E4E. Windows color (decimal): -10076315 or 6635366. OLE color: 6635366.

HSL color Cylindrical-coordinate representation of color #663F65: hue angle of 301.54º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F65 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 101 -
CMYK 0 0.38 0.01 0.6
HSL 301.54º 0.24% 0.32% -
HSV(B) 301.54º 0.38% 0.4% -
XYZ 9.61 7.32 13.22 -
YUV 78.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 102 63 101 0 0.38 0.01 0.6 301.54 0.24 0.32
Hex 66 3F 65 0 26 1 3C 12E 18 20
Octal 146 77 145 0 46 1 74 456 30 40
Binary 1100110 111111 1100101 0 100110 1 111100 100101110 11000 100000

Color Harmonies of #663F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F65

Black with #663F65

Text Example


Text Example

White with #663F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663F65; }

 p { color: rgb(102,63,101); }

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

background-color css

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

 a { background-color: rgb(102,63,101); }

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

border-color css

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

 span { border-color: rgb(102,63,101); }

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