Html Css Color HEX #664148 Tawny Port

📋 copy color: '#664148'

red 102 ◦ green 65 ◦ blue 72

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

Shades of Tawny Port #664148

Tints of Tawny Port #664148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 42.68%
G = 27.2%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#664148 (or 0x664148) is known color: Tawny Port. HEX triplet: 66, 41 and 48. RGB value is (102,65,72). Sum of RGB (Red+Green+Blue) = 102+65+72=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664148 is #99BEB7. Grayscale: #4C4C4C. Windows color (decimal): -10075832 or 4735334. OLE color: 4735334.

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

Color convert

RGB 102 65 72 -
CMYK 0 0.36 0.29 0.6
HSL 348.65º 0.22% 0.33% -
HSV(B) 348.65º 0.36% 0.4% -
XYZ 8.54 7.07 7.05 -
YUV 76.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 102 65 72 0 0.36 0.29 0.6 348.65 0.22 0.33
Hex 66 41 48 0 24 1D 3C 15D 16 21
Octal 146 101 110 0 44 35 74 535 26 41
Binary 1100110 1000001 1001000 0 100100 11101 111100 101011101 10110 100001

Color Harmonies of #664148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664148

Black with #664148

Text Example


Text Example

White with #664148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664148; }

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

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

background-color css

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

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

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

border-color css

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

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

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