Html Css Color HEX #663C4A Tawny Port

📋 copy color: '#663C4A'

red 102 ◦ green 60 ◦ blue 74

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

Shades of Tawny Port #663C4A

Tints of Tawny Port #663C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 43.22%
G = 25.42%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#663C4A (or 0x663C4A) is known color: Tawny Port. HEX triplet: 66, 3C and 4A. RGB value is (102,60,74). Sum of RGB (Red+Green+Blue) = 102+60+74=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #663C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C4A is #99C3B5. Grayscale: #4A4A4A. Windows color (decimal): -10077110 or 4865126. OLE color: 4865126.

HSL color Cylindrical-coordinate representation of color #663C4A: hue angle of 340º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #663C4A is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 60 74 -
CMYK 0 0.41 0.27 0.6
HSL 340º 0.26% 0.32% -
HSV(B) 340º 0.41% 0.4% -
XYZ 8.33 6.55 7.3 -
YUV 74.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 102 60 74 0 0.41 0.27 0.6 340 0.26 0.32
Hex 66 3C 4A 0 29 1B 3C 154 1A 20
Octal 146 74 112 0 51 33 74 524 32 40
Binary 1100110 111100 1001010 0 101001 11011 111100 101010100 11010 100000

Color Harmonies of #663C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C4A

Black with #663C4A

Text Example


Text Example

White with #663C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663C4A; }

 p { color: rgb(102,60,74); }

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

background-color css

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

 a { background-color: rgb(102,60,74); }

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

border-color css

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

 span { border-color: rgb(102,60,74); }

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