#664428

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

Shades of Irish Coffee #664428

Tints of Irish Coffee #664428

Color information

#664428 (or 0x664428) is unknown color: approx Irish Coffee. HEX triplet: 66, 44 and 28. RGB value is (102,68,40). Sum of RGB (Red+Green+Blue) = 102+68+40=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #664428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664428 is #99BBD7. Grayscale: #4B4B4B. Windows color (decimal): -10075096 or 2638950. OLE color: 2638950.

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

Color convert

RGB1026840-
CMYK00.330.610.6
HSL27.1º43.66%27.84%-
HSV(B)27.1º60.78%40%-
XYZ7.937.112.96-
YUV74.97108.26147.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=48.57%
G=32.38%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102684000.330.610.627.143.6627.84
Hex6644280213D3C1b2c1c
Octal146104500417574335434
Binary1100110100010010100001000011111011111001101110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664428; }

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

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

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

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

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

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

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

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