#66422E

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

Shades of Irish Coffee #66422E

Tints of Irish Coffee #66422E

Color information

#66422E (or 0x66422E) is unknown color: approx Irish Coffee. HEX triplet: 66, 42 and 2E. RGB value is (102,66,46). Sum of RGB (Red+Green+Blue) = 102+66+46=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66422E is #99BDD1. Grayscale: #4A4A4A. Windows color (decimal): -10075602 or 3031654. OLE color: 3031654.

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

Color convert

RGB1026646-
CMYK00.350.550.6
HSL21.43º37.84%29.02%-
HSV(B)21.43º54.9%40%-
XYZ7.926.923.5-
YUV74.48111.93147.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=47.66%
G=30.84%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102664600.350.550.621.4337.8429.02
Hex66422E023373C15261d
Octal146102560436774254635
Binary1100110100001010111001000111101111111001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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