#66414B

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

Shades of Tawny Port #66414B

Tints of Tawny Port #66414B

Color information

#66414B (or 0x66414B) is unknown color: approx Tawny Port. HEX triplet: 66, 41 and 4B. RGB value is (102,65,75). Sum of RGB (Red+Green+Blue) = 102+65+75=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #66414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66414B is #99BEB4. Grayscale: #4D4D4D. Windows color (decimal): -10075829 or 4931942. OLE color: 4931942.

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

Color convert

RGB1026575-
CMYK00.360.260.6
HSL343.78º22.16%32.75%-
HSV(B)343.78º36.27%40%-
XYZ8.647.117.57-
YUV77.2126.76145.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=42.15%
G=26.86%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102657500.360.260.6343.7822.1632.75
Hex66414B0241A3C1581621
Octal14610111304432745302641
Binary11001101000001100101101001001101011110010101100010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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