#664529

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

Shades of Irish Coffee #664529

Tints of Irish Coffee #664529

Color information

#664529 (or 0x664529) is unknown color: approx Irish Coffee. HEX triplet: 66, 45 and 29. RGB value is (102,69,41). Sum of RGB (Red+Green+Blue) = 102+69+41=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #664529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664529 is #99BAD6. Grayscale: #4B4B4B. Windows color (decimal): -10074839 or 2704742. OLE color: 2704742.

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

Color convert

RGB1026941-
CMYK00.320.600.6
HSL27.54º42.66%28.04%-
HSV(B)27.54º59.8%40%-
XYZ8.017.243.07-
YUV75.68108.43146.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=48.11%
G=32.55%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102694100.320.600.627.5442.6628.04
Hex6645290203C3C1c2b1c
Octal146105510407474345334
Binary1100110100010110100101000001111001111001110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664529; }

 p { color: rgb(102,69,41); }

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

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

 a { background-color: rgb(102,69,41); }

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

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

 span { border-color: rgb(102,69,41); }

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