#61412D

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

Shades of Irish Coffee #61412D

Tints of Irish Coffee #61412D

Color information

#61412D (or 0x61412D) is unknown color: approx Irish Coffee. HEX triplet: 61, 41 and 2D. RGB value is (97,65,45). Sum of RGB (Red+Green+Blue) = 97+65+45=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61412D is #9EBED2. Grayscale: #484848. Windows color (decimal): -10403539 or 2965857. OLE color: 2965857.

HSL color Cylindrical-coordinate representation of color #61412D: hue angle of 23.08º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61412D is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB976545-
CMYK00.330.540.62
HSL23.08º36.62%27.84%-
HSV(B)23.08º53.61%38.04%-
XYZ7.296.513.36-
YUV72.29112.6145.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=46.86%
G=31.40%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97654500.330.540.6223.0836.6227.84
Hex61412D021363E17251c
Octal141101550416676274534
Binary1100001100000110110101000011101101111101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61412D; }

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

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

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

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

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

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

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

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