#664328

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

Shades of Irish Coffee #664328

Tints of Irish Coffee #664328

Color information

#664328 (or 0x664328) is unknown color: approx Irish Coffee. HEX triplet: 66, 43 and 28. RGB value is (102,67,40). Sum of RGB (Red+Green+Blue) = 102+67+40=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664328 is #99BCD7. Grayscale: #4A4A4A. Windows color (decimal): -10075352 or 2638694. OLE color: 2638694.

HSL color Cylindrical-coordinate representation of color #664328: hue angle of 26.13º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #664328 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB1026740-
CMYK00.340.610.6
HSL26.13º43.66%27.84%-
HSV(B)26.13º60.78%40%-
XYZ7.876.992.94-
YUV74.39108.6147.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=48.80%
G=32.06%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102674000.340.610.626.1343.6627.84
Hex6643280223D3C1a2c1c
Octal146103500427574325434
Binary1100110100001110100001000101111011111001101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664328; }

 p { color: rgb(102,67,40); }

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

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

 a { background-color: rgb(102,67,40); }

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

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

 span { border-color: rgb(102,67,40); }

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