Html Css Color HEX #66404C Tawny Port

📋 copy color: '#66404C'

red 102 ◦ green 64 ◦ blue 76

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

Shades of Tawny Port #66404C

Tints of Tawny Port #66404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 42.15%
G = 26.45%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66404C (or 0x66404C) is known color: Tawny Port. HEX triplet: 66, 40 and 4C. RGB value is (102,64,76). Sum of RGB (Red+Green+Blue) = 102+64+76=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #66404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66404C is #99BFB3. Grayscale: #4C4C4C. Windows color (decimal): -10076084 or 4997222. OLE color: 4997222.

HSL color Cylindrical-coordinate representation of color #66404C: hue angle of 341.05º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66404C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 76 -
CMYK 0 0.37 0.25 0.6
HSL 341.05º 0.23% 0.33% -
HSV(B) 341.05º 0.37% 0.4% -
XYZ 8.62 7.01 7.74 -
YUV 76.73 127.59 146.02 -
System Red Green Blue C M Y K H S L
Decimal 102 64 76 0 0.37 0.25 0.6 341.05 0.23 0.33
Hex 66 40 4C 0 25 19 3C 155 17 21
Octal 146 100 114 0 45 31 74 525 27 41
Binary 1100110 1000000 1001100 0 100101 11001 111100 101010101 10111 100001

Color Harmonies of #66404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66404C

Black with #66404C

Text Example


Text Example

White with #66404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66404C; }

 p { color: rgb(102,64,76); }

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

background-color css

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

 a { background-color: rgb(102,64,76); }

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

border-color css

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

 span { border-color: rgb(102,64,76); }

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