#65344A

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

Shades of Tawny Port #65344A

Tints of Tawny Port #65344A

Color information

#65344A (or 0x65344A) is unknown color: approx Tawny Port. HEX triplet: 65, 34 and 4A. RGB value is (101,52,74). Sum of RGB (Red+Green+Blue) = 101+52+74=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65344A is #9ACBB5. Grayscale: #454545. Windows color (decimal): -10144694 or 4863077. OLE color: 4863077.

HSL color Cylindrical-coordinate representation of color #65344A: hue angle of 333.06º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65344A is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1015274-
CMYK00.490.270.60
HSL333.06º32.03%30%-
HSV(B)333.06º48.51%39.61%-
XYZ7.835.727.17-
YUV69.16130.73150.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=44.49%
G=22.91%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101527400.490.270.60333.0632.0330
Hex65344A0311B3C14d201e
Octal1456411206133745154036
Binary1100101110100100101001100011101111110010100110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65344A; }

 p { color: rgb(101,52,74); }

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

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

 a { background-color: rgb(101,52,74); }

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

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

 span { border-color: rgb(101,52,74); }

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