#66402C

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

Shades of Irish Coffee #66402C

Tints of Irish Coffee #66402C

Color information

#66402C (or 0x66402C) is unknown color: approx Irish Coffee. HEX triplet: 66, 40 and 2C. RGB value is (102,64,44). Sum of RGB (Red+Green+Blue) = 102+64+44=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #66402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66402C is #99BFD3. Grayscale: #494949. Windows color (decimal): -10076116 or 2900070. OLE color: 2900070.

HSL color Cylindrical-coordinate representation of color #66402C: hue angle of 20.69º 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 #66402C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1026444-
CMYK00.370.570.6
HSL20.69º39.73%28.63%-
HSV(B)20.69º56.86%40%-
XYZ7.776.673.26-
YUV73.08111.59148.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=48.57%
G=30.48%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102644400.370.570.620.6939.7328.63
Hex66402C025393C15281d
Octal146100540457174255035
Binary1100110100000010110001001011110011111001010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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