#60442E

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

Shades of Irish Coffee #60442E

Tints of Irish Coffee #60442E

Color information

#60442E (or 0x60442E) is unknown color: approx Irish Coffee. HEX triplet: 60, 44 and 2E. RGB value is (96,68,46). Sum of RGB (Red+Green+Blue) = 96+68+46=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60442E is #9FBBD1. Grayscale: #494949. Windows color (decimal): -10468306 or 3032160. OLE color: 3032160.

HSL color Cylindrical-coordinate representation of color #60442E: hue angle of 26.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60442E is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB966846-
CMYK00.290.520.62
HSL26.4º35.21%27.84%-
HSV(B)26.4º52.08%37.65%-
XYZ7.386.823.51-
YUV73.86112.28143.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=45.71%
G=32.38%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96684600.290.520.6226.435.2127.84
Hex60442E01D343E1a231c
Octal140104560356476324334
Binary110000010001001011100111011101001111101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60442E; }

 p { color: rgb(96,68,46); }

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

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

 a { background-color: rgb(96,68,46); }

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

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

 span { border-color: rgb(96,68,46); }

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