Html Css Color HEX #663C4C Tawny Port

📋 copy color: '#663C4C'

red 102 ◦ green 60 ◦ blue 76

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

Shades of Tawny Port #663C4C

Tints of Tawny Port #663C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 42.86%
G = 25.21%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#663C4C (or 0x663C4C) is known color: Tawny Port. HEX triplet: 66, 3C and 4C. RGB value is (102,60,76). Sum of RGB (Red+Green+Blue) = 102+60+76=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #663C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C4C is #99C3B3. Grayscale: #4A4A4A. Windows color (decimal): -10077108 or 4996198. OLE color: 4996198.

HSL color Cylindrical-coordinate representation of color #663C4C: hue angle of 337.14º 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 #663C4C is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 60 76 -
CMYK 0 0.41 0.25 0.6
HSL 337.14º 0.26% 0.32% -
HSV(B) 337.14º 0.41% 0.4% -
XYZ 8.4 6.58 7.66 -
YUV 74.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 102 60 76 0 0.41 0.25 0.6 337.14 0.26 0.32
Hex 66 3C 4C 0 29 19 3C 151 1A 20
Octal 146 74 114 0 51 31 74 521 32 40
Binary 1100110 111100 1001100 0 101001 11001 111100 101010001 11010 100000

Color Harmonies of #663C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663C4C

Black with #663C4C

Text Example


Text Example

White with #663C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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