#614127

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

Shades of Irish Coffee #614127

Tints of Irish Coffee #614127

Color information

#614127 (or 0x614127) is unknown color: approx Irish Coffee. HEX triplet: 61, 41 and 27. RGB value is (97,65,39). Sum of RGB (Red+Green+Blue) = 97+65+39=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614127 is #9EBED8. Grayscale: #474747. Windows color (decimal): -10403545 or 2572641. OLE color: 2572641.

HSL color Cylindrical-coordinate representation of color #614127: hue angle of 26.9º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614127 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB976539-
CMYK00.330.600.62
HSL26.9º42.65%26.67%-
HSV(B)26.9º59.79%38.04%-
XYZ7.196.472.79-
YUV71.6109.6146.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=48.26%
G=32.34%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97653900.330.600.6226.942.6526.67
Hex6141270213C3E1b2b1b
Octal141101470417476335333
Binary1100001100000110011101000011111001111101101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614127; }

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

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

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

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

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

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

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

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