#66412F

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

Shades of Irish Coffee #66412F

Tints of Irish Coffee #66412F

Color information

#66412F (or 0x66412F) is unknown color: approx Irish Coffee. HEX triplet: 66, 41 and 2F. RGB value is (102,65,47). Sum of RGB (Red+Green+Blue) = 102+65+47=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66412F is #99BED0. Grayscale: #4A4A4A. Windows color (decimal): -10075857 or 3096934. OLE color: 3096934.

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

Color convert

RGB1026547-
CMYK00.360.540.6
HSL19.64º36.91%29.22%-
HSV(B)19.64º53.92%40%-
XYZ7.886.813.59-
YUV74.01112.76147.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=47.66%
G=30.37%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102654700.360.540.619.6436.9129.22
Hex66412F024363C14251d
Octal146101570446674244535
Binary1100110100000110111101001001101101111001010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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