Html Css Color HEX #663D46 Tawny Port

📋 copy color: '#663D46'

red 102 ◦ green 61 ◦ blue 70

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

Shades of Tawny Port #663D46

Tints of Tawny Port #663D46

RGB

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

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

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

R = 43.78%
G = 26.18%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#663D46 (or 0x663D46) is known color: Tawny Port. HEX triplet: 66, 3D and 46. RGB value is (102,61,70). Sum of RGB (Red+Green+Blue) = 102+61+70=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #663D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D46 is #99C2B9. Grayscale: #4A4A4A. Windows color (decimal): -10076858 or 4603238. OLE color: 4603238.

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

Color convert

RGB 102 61 70 -
CMYK 0 0.40 0.31 0.6
HSL 346.83º 0.25% 0.32% -
HSV(B) 346.83º 0.4% 0.4% -
XYZ 8.25 6.6 6.63 -
YUV 74.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 102 61 70 0 0.40 0.31 0.6 346.83 0.25 0.32
Hex 66 3D 46 0 28 1F 3C 15B 19 20
Octal 146 75 106 0 50 37 74 533 31 40
Binary 1100110 111101 1000110 0 101000 11111 111100 101011011 11001 100000

Color Harmonies of #663D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D46

Black with #663D46

Text Example


Text Example

White with #663D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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