Html Css Color HEX #664046 Tawny Port

📋 copy color: '#664046'

red 102 ◦ green 64 ◦ blue 70

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

Shades of Tawny Port #664046

Tints of Tawny Port #664046

RGB

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

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

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

R = 43.22%
G = 27.12%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#664046 (or 0x664046) is known color: Tawny Port. HEX triplet: 66, 40 and 46. RGB value is (102,64,70). Sum of RGB (Red+Green+Blue) = 102+64+70=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #664046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664046 is #99BFB9. Grayscale: #4C4C4C. Windows color (decimal): -10076090 or 4604006. OLE color: 4604006.

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

Color convert

RGB 102 64 70 -
CMYK 0 0.37 0.31 0.6
HSL 350.53º 0.23% 0.33% -
HSV(B) 350.53º 0.37% 0.4% -
XYZ 8.42 6.93 6.69 -
YUV 76.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 102 64 70 0 0.37 0.31 0.6 350.53 0.23 0.33
Hex 66 40 46 0 25 1F 3C 15F 17 21
Octal 146 100 106 0 45 37 74 537 27 41
Binary 1100110 1000000 1000110 0 100101 11111 111100 101011111 10111 100001

Color Harmonies of #664046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664046

Black with #664046

Text Example


Text Example

White with #664046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664046; }

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

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

background-color css

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

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

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

border-color css

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

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

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