Html Css Color HEX #663246 Tawny Port

📋 copy color: '#663246'

red 102 ◦ green 50 ◦ blue 70

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

Shades of Tawny Port #663246

Tints of Tawny Port #663246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

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

R = 45.95%
G = 22.52%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#663246 (or 0x663246) is known color: Tawny Port. HEX triplet: 66, 32 and 46. RGB value is (102,50,70). Sum of RGB (Red+Green+Blue) = 102+50+70=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #663246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663246 is #99CDB9. Grayscale: #434343. Windows color (decimal): -10079674 or 4600422. OLE color: 4600422.

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

Color convert

RGB 102 50 70 -
CMYK 0 0.51 0.31 0.6
HSL 336.92º 0.34% 0.3% -
HSV(B) 336.92º 0.51% 0.4% -
XYZ 7.73 5.55 6.46 -
YUV 67.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 102 50 70 0 0.51 0.31 0.6 336.92 0.34 0.3
Hex 66 32 46 0 33 1F 3C 151 22 1E
Octal 146 62 106 0 63 37 74 521 42 36
Binary 1100110 110010 1000110 0 110011 11111 111100 101010001 100010 11110

Color Harmonies of #663246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663246

Black with #663246

Text Example


Text Example

White with #663246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663246; }

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

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

background-color css

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

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

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

border-color css

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

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

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