Html Css Color HEX #663448 Tawny Port

📋 copy color: '#663448'

red 102 ◦ green 52 ◦ blue 72

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

Shades of Tawny Port #663448

Tints of Tawny Port #663448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

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

R = 45.13%
G = 23.01%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#663448 (or 0x663448) is known color: Tawny Port. HEX triplet: 66, 34 and 48. RGB value is (102,52,72). Sum of RGB (Red+Green+Blue) = 102+52+72=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #663448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663448 is #99CBB7. Grayscale: #454545. Windows color (decimal): -10079160 or 4732006. OLE color: 4732006.

HSL color Cylindrical-coordinate representation of color #663448: hue angle of 336º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663448 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 52 72 -
CMYK 0 0.49 0.29 0.6
HSL 336º 0.32% 0.3% -
HSV(B) 336º 0.49% 0.4% -
XYZ 7.88 5.75 6.83 -
YUV 69.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 102 52 72 0 0.49 0.29 0.6 336 0.32 0.3
Hex 66 34 48 0 31 1D 3C 150 20 1E
Octal 146 64 110 0 61 35 74 520 40 36
Binary 1100110 110100 1001000 0 110001 11101 111100 101010000 100000 11110

Color Harmonies of #663448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663448

Black with #663448

Text Example


Text Example

White with #663448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663448; }

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

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

background-color css

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

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

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

border-color css

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

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

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