#65444B

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

Shades of Tawny Port #65444B

Tints of Tawny Port #65444B

Color information

#65444B (or 0x65444B) is unknown color: approx Tawny Port. HEX triplet: 65, 44 and 4B. RGB value is (101,68,75). Sum of RGB (Red+Green+Blue) = 101+68+75=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65444B is #9ABBB4. Grayscale: #4E4E4E. Windows color (decimal): -10140597 or 4932709. OLE color: 4932709.

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

Color convert

RGB1016875-
CMYK00.330.260.60
HSL347.27º19.53%33.14%-
HSV(B)347.27º32.67%39.61%-
XYZ8.77.417.63-
YUV78.66125.93143.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=41.39%
G=27.87%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101687500.330.260.60347.2719.5333.14
Hex65444B0211A3C15b1421
Octal14510411304132745332441
Binary11001011000100100101101000011101011110010101101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,68,75); }

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

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

 a { background-color: rgb(101,68,75); }

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

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

 span { border-color: rgb(101,68,75); }

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