Html Css Color HEX #66414C Tawny Port

📋 copy color: '#66414C'

red 102 ◦ green 65 ◦ blue 76

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

Shades of Tawny Port #66414C

Tints of Tawny Port #66414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

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

R = 41.98%
G = 26.75%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66414C (or 0x66414C) is known color: Tawny Port. HEX triplet: 66, 41 and 4C. RGB value is (102,65,76). Sum of RGB (Red+Green+Blue) = 102+65+76=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #66414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66414C is #99BEB3. Grayscale: #4D4D4D. Windows color (decimal): -10075828 or 4997478. OLE color: 4997478.

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

Color convert

RGB 102 65 76 -
CMYK 0 0.36 0.25 0.6
HSL 342.16º 0.22% 0.33% -
HSV(B) 342.16º 0.36% 0.4% -
XYZ 8.67 7.13 7.76 -
YUV 77.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 102 65 76 0 0.36 0.25 0.6 342.16 0.22 0.33
Hex 66 41 4C 0 24 19 3C 156 16 21
Octal 146 101 114 0 44 31 74 526 26 41
Binary 1100110 1000001 1001100 0 100100 11001 111100 101010110 10110 100001

Color Harmonies of #66414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66414C

Black with #66414C

Text Example


Text Example

White with #66414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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