#64422B

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

Shades of Irish Coffee #64422B

Tints of Irish Coffee #64422B

Color information

#64422B (or 0x64422B) is unknown color: approx Irish Coffee. HEX triplet: 64, 42 and 2B. RGB value is (100,66,43). Sum of RGB (Red+Green+Blue) = 100+66+43=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64422B is #9BBDD4. Grayscale: #494949. Windows color (decimal): -10206677 or 2835044. OLE color: 2835044.

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

Color convert

RGB1006643-
CMYK00.340.570.61
HSL24.21º39.86%28.04%-
HSV(B)24.21º57%39.22%-
XYZ7.646.783.19-
YUV73.54110.76146.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.85%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=47.85%
G=31.58%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100664300.340.570.6124.2139.8628.04
Hex64422B022393D18281c
Octal144102530427175305034
Binary1100100100001010101101000101110011111011100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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