#64422C

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

Shades of Irish Coffee #64422C

Tints of Irish Coffee #64422C

Color information

#64422C (or 0x64422C) is unknown color: approx Irish Coffee. HEX triplet: 64, 42 and 2C. RGB value is (100,66,44). Sum of RGB (Red+Green+Blue) = 100+66+44=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64422C is #9BBDD3. Grayscale: #494949. Windows color (decimal): -10206676 or 2900580. OLE color: 2900580.

HSL color Cylindrical-coordinate representation of color #64422C: hue angle of 23.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64422C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1006644-
CMYK00.340.560.61
HSL23.57º38.89%28.24%-
HSV(B)23.57º56%39.22%-
XYZ7.666.793.29-
YUV73.66111.26146.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=47.62%
G=31.43%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100664400.340.560.6123.5738.8928.24
Hex64422C022383D18271c
Octal144102540427075304734
Binary1100100100001010110001000101110001111011100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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