#664228

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

Shades of Irish Coffee #664228

Tints of Irish Coffee #664228

Color information

#664228 (or 0x664228) is unknown color: approx Irish Coffee. HEX triplet: 66, 42 and 28. RGB value is (102,66,40). Sum of RGB (Red+Green+Blue) = 102+66+40=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #664228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664228 is #99BDD7. Grayscale: #494949. Windows color (decimal): -10075608 or 2638438. OLE color: 2638438.

HSL color Cylindrical-coordinate representation of color #664228: hue angle of 25.16º 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 #664228 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB1026640-
CMYK00.350.610.6
HSL25.16º43.66%27.84%-
HSV(B)25.16º60.78%40%-
XYZ7.816.872.92-
YUV73.8108.93148.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=49.04%
G=31.73%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102664000.350.610.625.1643.6627.84
Hex6642280233D3C192c1c
Octal146102500437574315434
Binary1100110100001010100001000111111011111001100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664228; }

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

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

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

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

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

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

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

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