#66442E

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

Shades of Irish Coffee #66442E

Tints of Irish Coffee #66442E

Color information

#66442E (or 0x66442E) is unknown color: approx Irish Coffee. HEX triplet: 66, 44 and 2E. RGB value is (102,68,46). Sum of RGB (Red+Green+Blue) = 102+68+46=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66442E is #99BBD1. Grayscale: #4B4B4B. Windows color (decimal): -10075090 or 3032166. OLE color: 3032166.

HSL color Cylindrical-coordinate representation of color #66442E: hue angle of 23.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66442E is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1026846-
CMYK00.330.550.6
HSL23.57º37.84%29.02%-
HSV(B)23.57º54.9%40%-
XYZ8.047.163.54-
YUV75.66111.26146.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=47.22%
G=31.48%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102684600.330.550.623.5737.8429.02
Hex66442E021373C18261d
Octal146104560416774304635
Binary1100110100010010111001000011101111111001100010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,68,46); }

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

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

 a { background-color: rgb(102,68,46); }

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

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

 span { border-color: rgb(102,68,46); }

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