#65354F

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

Shades of Tawny Port #65354F

Tints of Tawny Port #65354F

Color information

#65354F (or 0x65354F) is unknown color: approx Tawny Port. HEX triplet: 65, 35 and 4F. RGB value is (101,53,79). Sum of RGB (Red+Green+Blue) = 101+53+79=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #65354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65354F is #9ACAB0. Grayscale: #464646. Windows color (decimal): -10144433 or 5191013. OLE color: 5191013.

HSL color Cylindrical-coordinate representation of color #65354F: hue angle of 327.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65354F is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1015379-
CMYK00.480.220.60
HSL327.5º31.17%30.2%-
HSV(B)327.5º47.52%39.61%-
XYZ8.055.888.11-
YUV70.32132.9149.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=43.35%
G=22.75%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101537900.480.220.60327.531.1730.2
Hex65354F030163C1481f1e
Octal1456511706026745103736
Binary110010111010110011110110000101101111001010010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65354F; }

 p { color: rgb(101,53,79); }

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

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

 a { background-color: rgb(101,53,79); }

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

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

 span { border-color: rgb(101,53,79); }

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