Html Css Color HEX #663046 Tawny Port

📋 copy color: '#663046'

red 102 ◦ green 48 ◦ blue 70

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

Shades of Tawny Port #663046

Tints of Tawny Port #663046

RGB

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

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

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

R = 46.36%
G = 21.82%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#663046 (or 0x663046) is known color: Tawny Port. HEX triplet: 66, 30 and 46. RGB value is (102,48,70). Sum of RGB (Red+Green+Blue) = 102+48+70=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #663046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663046 is #99CFB9. Grayscale: #424242. Windows color (decimal): -10080186 or 4599910. OLE color: 4599910.

HSL color Cylindrical-coordinate representation of color #663046: hue angle of 335.56º 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 #663046 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 70 -
CMYK 0 0.53 0.31 0.6
HSL 335.56º 0.36% 0.29% -
HSV(B) 335.56º 0.53% 0.4% -
XYZ 7.64 5.38 6.43 -
YUV 66.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 102 48 70 0 0.53 0.31 0.6 335.56 0.36 0.29
Hex 66 30 46 0 35 1F 3C 150 24 1D
Octal 146 60 106 0 65 37 74 520 44 35
Binary 1100110 110000 1000110 0 110101 11111 111100 101010000 100100 11101

Color Harmonies of #663046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663046

Black with #663046

Text Example


Text Example

White with #663046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663046; }

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

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

background-color css

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

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

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

border-color css

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

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

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