#64412D

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

Shades of Irish Coffee #64412D

Tints of Irish Coffee #64412D

Color information

#64412D (or 0x64412D) is unknown color: approx Irish Coffee. HEX triplet: 64, 41 and 2D. RGB value is (100,65,45). Sum of RGB (Red+Green+Blue) = 100+65+45=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64412D is #9BBED2. Grayscale: #494949. Windows color (decimal): -10206931 or 2965860. OLE color: 2965860.

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

Color convert

RGB1006545-
CMYK00.350.550.61
HSL21.82º37.93%28.43%-
HSV(B)21.82º55%39.22%-
XYZ7.626.683.37-
YUV73.18112.1147.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=47.62%
G=30.95%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100654500.350.550.6121.8237.9328.43
Hex64412D023373D16261c
Octal144101550436775264634
Binary1100100100000110110101000111101111111011011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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