#663E2A

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

Shades of Irish Coffee #663E2A

Tints of Irish Coffee #663E2A

Color information

#663E2A (or 0x663E2A) is unknown color: approx Irish Coffee. HEX triplet: 66, 3E and 2A. RGB value is (102,62,42). Sum of RGB (Red+Green+Blue) = 102+62+42=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E2A is #99C1D5. Grayscale: #474747. Windows color (decimal): -10076630 or 2768486. OLE color: 2768486.

HSL color Cylindrical-coordinate representation of color #663E2A: hue angle of 20º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663E2A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1026242-
CMYK00.390.590.6
HSL20º41.67%28.24%-
HSV(B)20º58.82%40%-
XYZ7.626.443.03-
YUV71.68111.25149.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=49.51%
G=30.10%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102624200.390.590.62041.6728.24
Hex663E2A0273B3C142a1c
Octal14676520477374245234
Binary110011011111010101001001111110111111001010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663E2A; }

 p { color: rgb(102,62,42); }

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

<style>
 a { background-color: #663E2A; }

 a { background-color: rgb(102,62,42); }

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

<style>
 span { border-color: #663E2A; }

 span { border-color: rgb(102,62,42); }

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