#663945

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

Shades of Tawny Port #663945

Tints of Tawny Port #663945

Color information

#663945 (or 0x663945) is unknown color: approx Tawny Port. HEX triplet: 66, 39 and 45. RGB value is (102,57,69). Sum of RGB (Red+Green+Blue) = 102+57+69=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #663945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663945 is #99C6BA. Grayscale: #474747. Windows color (decimal): -10077883 or 4536678. OLE color: 4536678.

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

Color convert

RGB1025769-
CMYK00.440.320.6
HSL344º28.3%31.18%-
HSV(B)344º44.12%40%-
XYZ8.026.186.4-
YUV71.82126.41149.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=44.74%
G=25%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102576900.440.320.634428.331.18
Hex66394502C203C1581c1f
Octal1467110505440745303437
Binary1100110111001100010101011001000001111001010110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663945; }

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

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

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

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

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

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

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

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