Html Css Color HEX #663F4C Tawny Port

📋 copy color: '#663F4C'

red 102 ◦ green 63 ◦ blue 76

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

Shades of Tawny Port #663F4C

Tints of Tawny Port #663F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 42.32%
G = 26.14%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#663F4C (or 0x663F4C) is known color: Tawny Port. HEX triplet: 66, 3F and 4C. RGB value is (102,63,76). Sum of RGB (Red+Green+Blue) = 102+63+76=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #663F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F4C is #99C0B3. Grayscale: #4C4C4C. Windows color (decimal): -10076340 or 4996966. OLE color: 4996966.

HSL color Cylindrical-coordinate representation of color #663F4C: hue angle of 340º 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 #663F4C is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 76 -
CMYK 0 0.38 0.25 0.6
HSL 340º 0.24% 0.32% -
HSV(B) 340º 0.38% 0.4% -
XYZ 8.56 6.9 7.72 -
YUV 76.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 102 63 76 0 0.38 0.25 0.6 340 0.24 0.32
Hex 66 3F 4C 0 26 19 3C 154 18 20
Octal 146 77 114 0 46 31 74 524 30 40
Binary 1100110 111111 1001100 0 100110 11001 111100 101010100 11000 100000

Color Harmonies of #663F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F4C

Black with #663F4C

Text Example


Text Example

White with #663F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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