#60422E

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

Shades of Irish Coffee #60422E

Tints of Irish Coffee #60422E

Color information

#60422E (or 0x60422E) is unknown color: approx Irish Coffee. HEX triplet: 60, 42 and 2E. RGB value is (96,66,46). Sum of RGB (Red+Green+Blue) = 96+66+46=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60422E is #9FBDD1. Grayscale: #484848. Windows color (decimal): -10468818 or 3031648. OLE color: 3031648.

HSL color Cylindrical-coordinate representation of color #60422E: hue angle of 24º 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 #60422E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB966646-
CMYK00.310.520.62
HSL24º35.21%27.84%-
HSV(B)24º52.08%37.65%-
XYZ7.276.583.47-
YUV72.69112.94144.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=46.15%
G=31.73%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96664600.310.520.622435.2127.84
Hex60422E01F343E18231c
Octal140102560376476304334
Binary110000010000101011100111111101001111101100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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