#66374B

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

Shades of Tawny Port #66374B

Tints of Tawny Port #66374B

Color information

#66374B (or 0x66374B) is unknown color: approx Tawny Port. HEX triplet: 66, 37 and 4B. RGB value is (102,55,75). Sum of RGB (Red+Green+Blue) = 102+55+75=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66374B is #99C8B4. Grayscale: #474747. Windows color (decimal): -10078389 or 4929382. OLE color: 4929382.

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

Color convert

RGB1025575-
CMYK00.460.260.6
HSL334.47º29.94%30.78%-
HSV(B)334.47º46.08%40%-
XYZ8.126.077.4-
YUV71.33130.07149.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=43.97%
G=23.71%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102557500.460.260.6334.4729.9430.78
Hex66374B02E1A3C14e1e1f
Octal1466711305632745163637
Binary110011011011110010110101110110101111001010011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66374B; }

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

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

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

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

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

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

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

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