Html Css Color HEX #663044 Tawny Port

📋 copy color: '#663044'

red 102 ◦ green 48 ◦ blue 68

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

Shades of Tawny Port #663044

Tints of Tawny Port #663044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

 BLUE value IS 68 (26.95% from 255) = 31.19%

R = 46.79%
G = 22.02%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#663044 (or 0x663044) is known color: Tawny Port. HEX triplet: 66, 30 and 44. RGB value is (102,48,68). Sum of RGB (Red+Green+Blue) = 102+48+68=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #663044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663044 is #99CFBB. Grayscale: #424242. Windows color (decimal): -10080188 or 4468838. OLE color: 4468838.

HSL color Cylindrical-coordinate representation of color #663044: hue angle of 337.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663044 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 68 -
CMYK 0 0.53 0.33 0.6
HSL 337.78º 0.36% 0.29% -
HSV(B) 337.78º 0.53% 0.4% -
XYZ 7.58 5.36 6.1 -
YUV 66.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 102 48 68 0 0.53 0.33 0.6 337.78 0.36 0.29
Hex 66 30 44 0 35 21 3C 152 24 1D
Octal 146 60 104 0 65 41 74 522 44 35
Binary 1100110 110000 1000100 0 110101 100001 111100 101010010 100100 11101

Color Harmonies of #663044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663044

Black with #663044

Text Example


Text Example

White with #663044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663044; }

 p { color: rgb(102,48,68); }

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

background-color css

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

 a { background-color: rgb(102,48,68); }

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

border-color css

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

 span { border-color: rgb(102,48,68); }

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