#64442E

Color #64442E Irish Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Irish Coffee #64442E

Tints of Irish Coffee #64442E

Color information

#64442E (or 0x64442E) is unknown color: approx Irish Coffee. HEX triplet: 64, 44 and 2E. RGB value is (100,68,46). Sum of RGB (Red+Green+Blue) = 100+68+46=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64442E is #9BBBD1. Grayscale: #4B4B4B. Windows color (decimal): -10206162 or 3032164. OLE color: 3032164.

HSL color Cylindrical-coordinate representation of color #64442E: hue angle of 24.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64442E is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1006846-
CMYK00.320.540.61
HSL24.44º36.99%28.63%-
HSV(B)24.44º54%39.22%-
XYZ7.827.043.53-
YUV75.06111.6145.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=46.73%
G=31.78%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100684600.320.540.6124.4436.9928.63
Hex64442E020363D18251d
Octal144104560406675304535
Binary1100100100010010111001000001101101111011100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64442E; }

 p { color: rgb(100,68,46); }

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

<style>
 a { background-color: #64442E; }

 a { background-color: rgb(100,68,46); }

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

<style>
 span { border-color: #64442E; }

 span { border-color: rgb(100,68,46); }

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