#664427

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

Shades of Irish Coffee #664427

Tints of Irish Coffee #664427

Color information

#664427 (or 0x664427) is unknown color: approx Irish Coffee. HEX triplet: 66, 44 and 27. RGB value is (102,68,39). Sum of RGB (Red+Green+Blue) = 102+68+39=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664427 is #99BBD8. Grayscale: #4B4B4B. Windows color (decimal): -10075097 or 2573414. OLE color: 2573414.

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

Color convert

RGB1026839-
CMYK00.330.620.6
HSL27.62º44.68%27.65%-
HSV(B)27.62º61.76%40%-
XYZ7.917.112.87-
YUV74.86107.76147.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=48.80%
G=32.54%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102683900.330.620.627.6244.6827.65
Hex6644270213E3C1c2d1c
Octal146104470417674345534
Binary1100110100010010011101000011111101111001110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664427; }

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

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

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

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

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

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

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

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