#65364B

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

Shades of Tawny Port #65364B

Tints of Tawny Port #65364B

Color information

#65364B (or 0x65364B) is unknown color: approx Tawny Port. HEX triplet: 65, 36 and 4B. RGB value is (101,54,75). Sum of RGB (Red+Green+Blue) = 101+54+75=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65364B is #9AC9B4. Grayscale: #464646. Windows color (decimal): -10144181 or 4929125. OLE color: 4929125.

HSL color Cylindrical-coordinate representation of color #65364B: hue angle of 333.19º 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 #65364B is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1015475-
CMYK00.470.260.60
HSL333.19º30.32%30.39%-
HSV(B)333.19º46.53%39.61%-
XYZ7.965.917.38-
YUV70.45130.57149.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=43.91%
G=23.48%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101547500.470.260.60333.1930.3230.39
Hex65364B02F1A3C14d1e1e
Octal1456611305732745153636
Binary110010111011010010110101111110101111001010011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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