#64442D

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

Shades of Irish Coffee #64442D

Tints of Irish Coffee #64442D

Color information

#64442D (or 0x64442D) is unknown color: approx Irish Coffee. HEX triplet: 64, 44 and 2D. RGB value is (100,68,45). Sum of RGB (Red+Green+Blue) = 100+68+45=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64442D is #9BBBD2. Grayscale: #4B4B4B. Windows color (decimal): -10206163 or 2966628. OLE color: 2966628.

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

Color convert

RGB1006845-
CMYK00.320.550.61
HSL25.09º37.93%28.43%-
HSV(B)25.09º55%39.22%-
XYZ7.87.033.43-
YUV74.95111.1145.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 45 (17.97% from 255) = 21.13%
R=46.95%
G=31.92%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100684500.320.550.6125.0937.9328.43
Hex64442D020373D19261c
Octal144104550406775314634
Binary1100100100010010110101000001101111111011100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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