Html Css Color HEX #663446 Tawny Port

📋 copy color: '#663446'

red 102 ◦ green 52 ◦ blue 70

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

Shades of Tawny Port #663446

Tints of Tawny Port #663446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

 BLUE value IS 70 (27.73% from 255) = 31.25%

R = 45.54%
G = 23.21%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#663446 (or 0x663446) is known color: Tawny Port. HEX triplet: 66, 34 and 46. RGB value is (102,52,70). Sum of RGB (Red+Green+Blue) = 102+52+70=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #663446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663446 is #99CBB9. Grayscale: #444444. Windows color (decimal): -10079162 or 4600934. OLE color: 4600934.

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

Color convert

RGB 102 52 70 -
CMYK 0 0.49 0.31 0.6
HSL 338.4º 0.32% 0.3% -
HSV(B) 338.4º 0.49% 0.4% -
XYZ 7.81 5.72 6.49 -
YUV 69 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 102 52 70 0 0.49 0.31 0.6 338.4 0.32 0.3
Hex 66 34 46 0 31 1F 3C 152 20 1E
Octal 146 64 106 0 61 37 74 522 40 36
Binary 1100110 110100 1000110 0 110001 11111 111100 101010010 100000 11110

Color Harmonies of #663446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663446

Black with #663446

Text Example


Text Example

White with #663446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663446; }

 p { color: rgb(102,52,70); }

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

background-color css

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

 a { background-color: rgb(102,52,70); }

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

border-color css

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

 span { border-color: rgb(102,52,70); }

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