#64412B

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

Shades of Irish Coffee #64412B

Tints of Irish Coffee #64412B

Color information

#64412B (or 0x64412B) is unknown color: approx Irish Coffee. HEX triplet: 64, 41 and 2B. RGB value is (100,65,43). Sum of RGB (Red+Green+Blue) = 100+65+43=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #64412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64412B is #9BBED4. Grayscale: #494949. Windows color (decimal): -10206933 or 2834788. OLE color: 2834788.

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

Color convert

RGB1006543-
CMYK00.350.570.61
HSL23.16º39.86%28.04%-
HSV(B)23.16º57%39.22%-
XYZ7.586.663.17-
YUV72.96111.1147.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=48.08%
G=31.25%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100654300.350.570.6123.1639.8628.04
Hex64412B023393D17281c
Octal144101530437175275034
Binary1100100100000110101101000111110011111011011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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