#663642

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

Shades of Tawny Port #663642

Tints of Tawny Port #663642

Color information

#663642 (or 0x663642) is unknown color: approx Tawny Port. HEX triplet: 66, 36 and 42. RGB value is (102,54,66). Sum of RGB (Red+Green+Blue) = 102+54+66=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #663642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663642 is #99C9BD. Grayscale: #454545. Windows color (decimal): -10078654 or 4339302. OLE color: 4339302.

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

Color convert

RGB1025466-
CMYK00.470.350.6
HSL345º30.77%30.59%-
HSV(B)345º47.06%40%-
XYZ7.785.865.87-
YUV69.72125.9151.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=45.95%
G=24.32%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102546600.470.350.634530.7730.59
Hex66364202F233C1591f1f
Octal1466610205743745313737
Binary1100110110110100001001011111000111111001010110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663642; }

 p { color: rgb(102,54,66); }

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

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

 a { background-color: rgb(102,54,66); }

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

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

 span { border-color: rgb(102,54,66); }

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