#61442D

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

Shades of Irish Coffee #61442D

Tints of Irish Coffee #61442D

Color information

#61442D (or 0x61442D) is unknown color: approx Irish Coffee. HEX triplet: 61, 44 and 2D. RGB value is (97,68,45). Sum of RGB (Red+Green+Blue) = 97+68+45=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #61442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61442D is #9EBBD2. Grayscale: #4A4A4A. Windows color (decimal): -10402771 or 2966625. OLE color: 2966625.

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

Color convert

RGB976845-
CMYK00.300.540.62
HSL26.54º36.62%27.84%-
HSV(B)26.54º53.61%38.04%-
XYZ7.476.873.41-
YUV74.05111.61144.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=46.19%
G=32.38%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97684500.300.540.6226.5436.6227.84
Hex61442D01E363E1b251c
Octal141104550366676334534
Binary110000110001001011010111101101101111101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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