#66412D

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

Shades of Irish Coffee #66412D

Tints of Irish Coffee #66412D

Color information

#66412D (or 0x66412D) is unknown color: approx Irish Coffee. HEX triplet: 66, 41 and 2D. RGB value is (102,65,45). Sum of RGB (Red+Green+Blue) = 102+65+45=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66412D is #99BED2. Grayscale: #494949. Windows color (decimal): -10075859 or 2965862. OLE color: 2965862.

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

Color convert

RGB1026545-
CMYK00.360.560.6
HSL21.05º38.78%28.82%-
HSV(B)21.05º55.88%40%-
XYZ7.846.793.38-
YUV73.78111.76148.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=48.11%
G=30.66%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102654500.360.560.621.0538.7828.82
Hex66412D024383C15271d
Octal146101550447074254735
Binary1100110100000110110101001001110001111001010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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