#664128

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

Shades of Irish Coffee #664128

Tints of Irish Coffee #664128

Color information

#664128 (or 0x664128) is unknown color: approx Irish Coffee. HEX triplet: 66, 41 and 28. RGB value is (102,65,40). Sum of RGB (Red+Green+Blue) = 102+65+40=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #664128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664128 is #99BED7. Grayscale: #494949. Windows color (decimal): -10075864 or 2638182. OLE color: 2638182.

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

Color convert

RGB1026540-
CMYK00.360.610.6
HSL24.19º43.66%27.84%-
HSV(B)24.19º60.78%40%-
XYZ7.756.762.9-
YUV73.21109.26148.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=49.28%
G=31.40%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102654000.360.610.624.1943.6627.84
Hex6641280243D3C182c1c
Octal146101500447574305434
Binary1100110100000110100001001001111011111001100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664128; }

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

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

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

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

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

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

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

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