#64412E

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

Shades of Irish Coffee #64412E

Tints of Irish Coffee #64412E

Color information

#64412E (or 0x64412E) is unknown color: approx Irish Coffee. HEX triplet: 64, 41 and 2E. RGB value is (100,65,46). Sum of RGB (Red+Green+Blue) = 100+65+46=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64412E is #9BBED1. Grayscale: #494949. Windows color (decimal): -10206930 or 3031396. OLE color: 3031396.

HSL color Cylindrical-coordinate representation of color #64412E: hue angle of 21.11º 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 #64412E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1006546-
CMYK00.350.540.61
HSL21.11º36.99%28.63%-
HSV(B)21.11º54%39.22%-
XYZ7.646.693.47-
YUV73.3112.6147.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=47.39%
G=30.81%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100654600.350.540.6121.1136.9928.63
Hex64412E023363D15251d
Octal144101560436675254535
Binary1100100100000110111001000111101101111011010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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