#64424B

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

Shades of Tawny Port #64424B

Tints of Tawny Port #64424B

Color information

#64424B (or 0x64424B) is unknown color: approx Tawny Port. HEX triplet: 64, 42 and 4B. RGB value is (100,66,75). Sum of RGB (Red+Green+Blue) = 100+66+75=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64424B is #9BBDB4. Grayscale: #4D4D4D. Windows color (decimal): -10206645 or 4932196. OLE color: 4932196.

HSL color Cylindrical-coordinate representation of color #64424B: hue angle of 344.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64424B is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB1006675-
CMYK00.340.250.61
HSL344.12º20.48%32.55%-
HSV(B)344.12º34%39.22%-
XYZ8.477.117.58-
YUV77.19126.76144.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=41.49%
G=27.39%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100667500.340.250.61344.1220.4832.55
Hex64424B022193D1581421
Octal14410211304231755302441
Binary11001001000010100101101000101100111110110101100010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,66,75); }

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

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

 a { background-color: rgb(100,66,75); }

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

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

 span { border-color: rgb(100,66,75); }

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