#65384C

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

Shades of Tawny Port #65384C

Tints of Tawny Port #65384C

Color information

#65384C (or 0x65384C) is unknown color: approx Tawny Port. HEX triplet: 65, 38 and 4C. RGB value is (101,56,76). Sum of RGB (Red+Green+Blue) = 101+56+76=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #65384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65384C is #9AC7B3. Grayscale: #474747. Windows color (decimal): -10143668 or 4995173. OLE color: 4995173.

HSL color Cylindrical-coordinate representation of color #65384C: hue angle of 333.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65384C is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1015676-
CMYK00.450.250.60
HSL333.33º28.66%30.78%-
HSV(B)333.33º44.55%39.61%-
XYZ8.096.127.59-
YUV71.74130.41148.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=43.35%
G=24.03%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101567600.450.250.60333.3328.6630.78
Hex65384C02D193C14d1d1f
Octal1457011405531745153537
Binary110010111100010011000101101110011111001010011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65384C; }

 p { color: rgb(101,56,76); }

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

<style>
 a { background-color: #65384C; }

 a { background-color: rgb(101,56,76); }

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

<style>
 span { border-color: #65384C; }

 span { border-color: rgb(101,56,76); }

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