Html Css Color HEX #663A65 Seance

📋 copy color: '#663A65'

red 102 ◦ green 58 ◦ blue 101

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

Shades of Seance #663A65

Tints of Seance #663A65

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.22%

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

R = 39.08%
G = 22.22%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#663A65 (or 0x663A65) is known color: Seance. HEX triplet: 66, 3A and 65. RGB value is (102,58,101). Sum of RGB (Red+Green+Blue) = 102+58+101=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #663A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A65 is #99C59A. Grayscale: #4B4B4B. Windows color (decimal): -10077595 or 6634086. OLE color: 6634086.

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

Color convert

RGB 102 58 101 -
CMYK 0 0.43 0.01 0.6
HSL 301.36º 0.28% 0.31% -
HSV(B) 301.36º 0.43% 0.4% -
XYZ 9.34 6.79 13.13 -
YUV 76.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 102 58 101 0 0.43 0.01 0.6 301.36 0.28 0.31
Hex 66 3A 65 0 2B 1 3C 12D 1C 1F
Octal 146 72 145 0 53 1 74 455 34 37
Binary 1100110 111010 1100101 0 101011 1 111100 100101101 11100 11111

Color Harmonies of #663A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A65

Black with #663A65

Text Example


Text Example

White with #663A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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