#662D45

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

Shades of Tawny Port #662D45

Tints of Tawny Port #662D45

Color information

#662D45 (or 0x662D45) is unknown color: approx Tawny Port. HEX triplet: 66, 2D and 45. RGB value is (102,45,69). Sum of RGB (Red+Green+Blue) = 102+45+69=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #662D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D45 is #99D2BA. Grayscale: #404040. Windows color (decimal): -10080955 or 4533606. OLE color: 4533606.

HSL color Cylindrical-coordinate representation of color #662D45: hue angle of 334.74º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D45 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB1024569-
CMYK00.560.320.6
HSL334.74º38.78%28.82%-
HSV(B)334.74º55.88%40%-
XYZ7.495.136.23-
YUV64.78130.38154.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=47.22%
G=20.83%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102456900.560.320.6334.7438.7828.82
Hex662D45038203C14f271d
Octal1465510507040745174735
Binary11001101011011000101011100010000011110010100111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D45; }

 p { color: rgb(102,45,69); }

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

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

 a { background-color: rgb(102,45,69); }

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

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

 span { border-color: rgb(102,45,69); }

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