Html Css Color HEX #663D4C Tawny Port

📋 copy color: '#663D4C'

red 102 ◦ green 61 ◦ blue 76

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

Shades of Tawny Port #663D4C

Tints of Tawny Port #663D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.52%

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

R = 42.68%
G = 25.52%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#663D4C (or 0x663D4C) is known color: Tawny Port. HEX triplet: 66, 3D and 4C. RGB value is (102,61,76). Sum of RGB (Red+Green+Blue) = 102+61+76=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #663D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D4C is #99C2B3. Grayscale: #4A4A4A. Windows color (decimal): -10076852 or 4996454. OLE color: 4996454.

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

Color convert

RGB 102 61 76 -
CMYK 0 0.40 0.25 0.6
HSL 338.05º 0.25% 0.32% -
HSV(B) 338.05º 0.4% 0.4% -
XYZ 8.45 6.68 7.68 -
YUV 74.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 102 61 76 0 0.40 0.25 0.6 338.05 0.25 0.32
Hex 66 3D 4C 0 28 19 3C 152 19 20
Octal 146 75 114 0 50 31 74 522 31 40
Binary 1100110 111101 1001100 0 101000 11001 111100 101010010 11001 100000

Color Harmonies of #663D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D4C

Black with #663D4C

Text Example


Text Example

White with #663D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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