#614228

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

Shades of Irish Coffee #614228

Tints of Irish Coffee #614228

Color information

#614228 (or 0x614228) is unknown color: approx Irish Coffee. HEX triplet: 61, 42 and 28. RGB value is (97,66,40). Sum of RGB (Red+Green+Blue) = 97+66+40=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #614228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614228 is #9EBDD7. Grayscale: #484848. Windows color (decimal): -10403288 or 2638433. OLE color: 2638433.

HSL color Cylindrical-coordinate representation of color #614228: hue angle of 27.37º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614228 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB976640-
CMYK00.320.590.62
HSL27.37º41.61%26.86%-
HSV(B)27.37º58.76%38.04%-
XYZ7.266.592.9-
YUV72.31109.77145.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=47.78%
G=32.51%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97664000.320.590.6227.3741.6126.86
Hex6142280203B3E1b2a1b
Octal141102500407376335233
Binary1100001100001010100001000001110111111101101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614228; }

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

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

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

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

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

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

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

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