Html Css Color HEX #663445 Tawny Port

📋 copy color: '#663445'

red 102 ◦ green 52 ◦ blue 69

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

Shades of Tawny Port #663445

Tints of Tawny Port #663445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.94%

R = 45.74%
G = 23.32%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#663445 (or 0x663445) is known color: Tawny Port. HEX triplet: 66, 34 and 45. RGB value is (102,52,69). Sum of RGB (Red+Green+Blue) = 102+52+69=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #663445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663445 is #99CBBA. Grayscale: #444444. Windows color (decimal): -10079163 or 4535398. OLE color: 4535398.

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

Color convert

RGB 102 52 69 -
CMYK 0 0.49 0.32 0.6
HSL 339.6º 0.32% 0.3% -
HSV(B) 339.6º 0.49% 0.4% -
XYZ 7.78 5.71 6.32 -
YUV 68.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 102 52 69 0 0.49 0.32 0.6 339.6 0.32 0.3
Hex 66 34 45 0 31 20 3C 154 20 1E
Octal 146 64 105 0 61 40 74 524 40 36
Binary 1100110 110100 1000101 0 110001 100000 111100 101010100 100000 11110

Color Harmonies of #663445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663445

Black with #663445

Text Example


Text Example

White with #663445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663445; }

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

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

background-color css

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

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

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

border-color css

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

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

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