Html Css Color HEX #663745 Tawny Port

📋 copy color: '#663745'

red 102 ◦ green 55 ◦ blue 69

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

Shades of Tawny Port #663745

Tints of Tawny Port #663745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 45.13%
G = 24.34%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#663745 (or 0x663745) is known color: Tawny Port. HEX triplet: 66, 37 and 45. RGB value is (102,55,69). Sum of RGB (Red+Green+Blue) = 102+55+69=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #663745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663745 is #99C8BA. Grayscale: #464646. Windows color (decimal): -10078395 or 4536166. OLE color: 4536166.

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

Color convert

RGB 102 55 69 -
CMYK 0 0.46 0.32 0.6
HSL 342.13º 0.3% 0.31% -
HSV(B) 342.13º 0.46% 0.4% -
XYZ 7.92 5.99 6.37 -
YUV 70.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 102 55 69 0 0.46 0.32 0.6 342.13 0.3 0.31
Hex 66 37 45 0 2E 20 3C 156 1E 1F
Octal 146 67 105 0 56 40 74 526 36 37
Binary 1100110 110111 1000101 0 101110 100000 111100 101010110 11110 11111

Color Harmonies of #663745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663745

Black with #663745

Text Example


Text Example

White with #663745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663745; }

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

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

background-color css

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

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

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

border-color css

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

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

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