Html Css Color HEX #663D4A Tawny Port

📋 copy color: '#663D4A'

red 102 ◦ green 61 ◦ blue 74

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

Shades of Tawny Port #663D4A

Tints of Tawny Port #663D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 43.04%
G = 25.74%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#663D4A (or 0x663D4A) is known color: Tawny Port. HEX triplet: 66, 3D and 4A. RGB value is (102,61,74). Sum of RGB (Red+Green+Blue) = 102+61+74=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #663D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D4A is #99C2B5. Grayscale: #4A4A4A. Windows color (decimal): -10076854 or 4865382. OLE color: 4865382.

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

Color convert

RGB 102 61 74 -
CMYK 0 0.40 0.27 0.6
HSL 340.98º 0.25% 0.32% -
HSV(B) 340.98º 0.4% 0.4% -
XYZ 8.38 6.66 7.32 -
YUV 74.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 102 61 74 0 0.40 0.27 0.6 340.98 0.25 0.32
Hex 66 3D 4A 0 28 1B 3C 155 19 20
Octal 146 75 112 0 50 33 74 525 31 40
Binary 1100110 111101 1001010 0 101000 11011 111100 101010101 11001 100000

Color Harmonies of #663D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D4A

Black with #663D4A

Text Example


Text Example

White with #663D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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