#663A41

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

Shades of Tawny Port #663A41

Tints of Tawny Port #663A41

Color information

#663A41 (or 0x663A41) is unknown color: approx Tawny Port. HEX triplet: 66, 3A and 41. RGB value is (102,58,65). Sum of RGB (Red+Green+Blue) = 102+58+65=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A41 is #99C5BE. Grayscale: #474747. Windows color (decimal): -10077631 or 4274790. OLE color: 4274790.

HSL color Cylindrical-coordinate representation of color #663A41: hue angle of 350.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #663A41 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB1025865-
CMYK00.430.360.6
HSL350.45º27.5%31.37%-
HSV(B)350.45º43.14%40%-
XYZ7.956.235.79-
YUV71.95124.08149.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=45.33%
G=25.78%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102586500.430.360.6350.4527.531.37
Hex663A4102B243C15e1c1f
Octal1467210105344745363437
Binary1100110111010100000101010111001001111001010111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,58,65); }

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

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

 a { background-color: rgb(102,58,65); }

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

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

 span { border-color: rgb(102,58,65); }

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