#663D4B

Color #663D4B Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #663D4B

Tints of Tawny Port #663D4B

Color information

#663D4B (or 0x663D4B) is unknown color: approx Tawny Port. HEX triplet: 66, 3D and 4B. RGB value is (102,61,75). Sum of RGB (Red+Green+Blue) = 102+61+75=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #663D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D4B is #99C2B4. Grayscale: #4A4A4A. Windows color (decimal): -10076853 or 4930918. OLE color: 4930918.

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

Color convert

RGB1026175-
CMYK00.400.260.6
HSL339.51º25.15%31.96%-
HSV(B)339.51º40.2%40%-
XYZ8.426.677.5-
YUV74.85128.08147.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 61 (24.22% from 255) = 25.63%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=42.86%
G=25.63%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102617500.400.260.6339.5125.1531.96
Hex663D4B0281A3C1541920
Octal1467511305032745243140
Binary1100110111101100101101010001101011110010101010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,61,75); }

 H1.HeaderClassName
 {
   color: #663D4B;
 }
 .AnyTagClassName
 {
   color: #663D4B;
 }
</style>
background-color css

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

 a { background-color: rgb(102,61,75); }

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

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

 span { border-color: rgb(102,61,75); }

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