#60422D

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

Shades of Irish Coffee #60422D

Tints of Irish Coffee #60422D

Color information

#60422D (or 0x60422D) is unknown color: approx Irish Coffee. HEX triplet: 60, 42 and 2D. RGB value is (96,66,45). Sum of RGB (Red+Green+Blue) = 96+66+45=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60422D is #9FBDD2. Grayscale: #484848. Windows color (decimal): -10468819 or 2966112. OLE color: 2966112.

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

Color convert

RGB966645-
CMYK00.310.530.62
HSL24.71º36.17%27.65%-
HSV(B)24.71º53.12%37.65%-
XYZ7.256.573.37-
YUV72.58112.44144.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=46.38%
G=31.88%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96664500.310.530.6224.7136.1727.65
Hex60422D01F353E19241c
Octal140102550376576314434
Binary110000010000101011010111111101011111101100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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