#65364A

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

Shades of Tawny Port #65364A

Tints of Tawny Port #65364A

Color information

#65364A (or 0x65364A) is unknown color: approx Tawny Port. HEX triplet: 65, 36 and 4A. RGB value is (101,54,74). Sum of RGB (Red+Green+Blue) = 101+54+74=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65364A is #9AC9B5. Grayscale: #464646. Windows color (decimal): -10144182 or 4863589. OLE color: 4863589.

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

Color convert

RGB1015474-
CMYK00.470.270.60
HSL334.47º30.32%30.39%-
HSV(B)334.47º46.53%39.61%-
XYZ7.925.97.2-
YUV70.33130.07149.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.10%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=44.10%
G=23.58%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101547400.470.270.60334.4730.3230.39
Hex65364A02F1B3C14e1e1e
Octal1456611205733745163636
Binary110010111011010010100101111110111111001010011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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