Html Css Color HEX #66414E Tawny Port

📋 copy color: '#66414E'

red 102 ◦ green 65 ◦ blue 78

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

Shades of Tawny Port #66414E

Tints of Tawny Port #66414E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 41.63%
G = 26.53%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#66414E (or 0x66414E) is known color: Tawny Port. HEX triplet: 66, 41 and 4E. RGB value is (102,65,78). Sum of RGB (Red+Green+Blue) = 102+65+78=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66414E is #99BEB1. Grayscale: #4D4D4D. Windows color (decimal): -10075826 or 5128550. OLE color: 5128550.

HSL color Cylindrical-coordinate representation of color #66414E: hue angle of 338.92º 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 #66414E is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 78 -
CMYK 0 0.36 0.24 0.6
HSL 338.92º 0.22% 0.33% -
HSV(B) 338.92º 0.36% 0.4% -
XYZ 8.74 7.16 8.13 -
YUV 77.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 102 65 78 0 0.36 0.24 0.6 338.92 0.22 0.33
Hex 66 41 4E 0 24 18 3C 153 16 21
Octal 146 101 116 0 44 30 74 523 26 41
Binary 1100110 1000001 1001110 0 100100 11000 111100 101010011 10110 100001

Color Harmonies of #66414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66414E

Black with #66414E

Text Example


Text Example

White with #66414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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