#614428

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

Shades of Irish Coffee #614428

Tints of Irish Coffee #614428

Color information

#614428 (or 0x614428) is unknown color: approx Irish Coffee. HEX triplet: 61, 44 and 28. RGB value is (97,68,40). Sum of RGB (Red+Green+Blue) = 97+68+40=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #614428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614428 is #9EBBD7. Grayscale: #494949. Windows color (decimal): -10402776 or 2638945. OLE color: 2638945.

HSL color Cylindrical-coordinate representation of color #614428: hue angle of 29.47º 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 #614428 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB976840-
CMYK00.300.590.62
HSL29.47º41.61%26.86%-
HSV(B)29.47º58.76%38.04%-
XYZ7.386.832.94-
YUV73.48109.11144.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=47.32%
G=33.17%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97684000.300.590.6229.4741.6126.86
Hex61442801E3B3E1d2a1b
Octal141104500367376355233
Binary110000110001001010000111101110111111101110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614428; }

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

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

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

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

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

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

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

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