#66412C

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

Shades of Irish Coffee #66412C

Tints of Irish Coffee #66412C

Color information

#66412C (or 0x66412C) is unknown color: approx Irish Coffee. HEX triplet: 66, 41 and 2C. RGB value is (102,65,44). Sum of RGB (Red+Green+Blue) = 102+65+44=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66412C is #99BED3. Grayscale: #494949. Windows color (decimal): -10075860 or 2900326. OLE color: 2900326.

HSL color Cylindrical-coordinate representation of color #66412C: hue angle of 21.72º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66412C is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1026544-
CMYK00.360.570.6
HSL21.72º39.73%28.63%-
HSV(B)21.72º56.86%40%-
XYZ7.826.793.28-
YUV73.67111.26148.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=48.34%
G=30.81%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102654400.360.570.621.7239.7328.63
Hex66412C024393C16281d
Octal146101540447174265035
Binary1100110100000110110001001001110011111001011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,65,44); }

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

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

 a { background-color: rgb(102,65,44); }

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

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

 span { border-color: rgb(102,65,44); }

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