#614126

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

Shades of Irish Coffee #614126

Tints of Irish Coffee #614126

Color information

#614126 (or 0x614126) is unknown color: approx Irish Coffee. HEX triplet: 61, 41 and 26. RGB value is (97,65,38). Sum of RGB (Red+Green+Blue) = 97+65+38=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614126 is #9EBED9. Grayscale: #474747. Windows color (decimal): -10403546 or 2507105. OLE color: 2507105.

HSL color Cylindrical-coordinate representation of color #614126: hue angle of 27.46º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614126 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB976538-
CMYK00.330.610.62
HSL27.46º43.7%26.47%-
HSV(B)27.46º60.82%38.04%-
XYZ7.176.462.7-
YUV71.49109.1146.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 38 (15.23% from 255) = 19%
R=48.5%
G=32.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97653800.330.610.6227.4643.726.47
Hex6141260213D3E1b2c1a
Octal141101460417576335432
Binary1100001100000110011001000011111011111101101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614126; }

 p { color: rgb(97,65,38); }

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

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

 a { background-color: rgb(97,65,38); }

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

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

 span { border-color: rgb(97,65,38); }

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