#64384A

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

Shades of Tawny Port #64384A

Tints of Tawny Port #64384A

Color information

#64384A (or 0x64384A) is unknown color: approx Tawny Port. HEX triplet: 64, 38 and 4A. RGB value is (100,56,74). Sum of RGB (Red+Green+Blue) = 100+56+74=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #64384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64384A is #9BC7B5. Grayscale: #474747. Windows color (decimal): -10209206 or 4864100. OLE color: 4864100.

HSL color Cylindrical-coordinate representation of color #64384A: hue angle of 335.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64384A is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1005674-
CMYK00.440.260.61
HSL335.45º28.21%30.59%-
HSV(B)335.45º44%39.22%-
XYZ7.916.037.23-
YUV71.21129.58148.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=43.48%
G=24.35%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100567400.440.260.61335.4528.2130.59
Hex64384A02C1A3D14f1c1f
Octal1447011205432755173437
Binary110010011100010010100101100110101111011010011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,56,74); }

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

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

 a { background-color: rgb(100,56,74); }

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

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

 span { border-color: rgb(100,56,74); }

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