#60402D

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

Shades of Irish Coffee #60402D

Tints of Irish Coffee #60402D

Color information

#60402D (or 0x60402D) is unknown color: approx Irish Coffee. HEX triplet: 60, 40 and 2D. RGB value is (96,64,45). Sum of RGB (Red+Green+Blue) = 96+64+45=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60402D is #9FBFD2. Grayscale: #474747. Windows color (decimal): -10469331 or 2965600. OLE color: 2965600.

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

Color convert

RGB966445-
CMYK00.330.530.62
HSL22.35º36.17%27.65%-
HSV(B)22.35º53.12%37.65%-
XYZ7.136.343.33-
YUV71.4113.1145.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=46.83%
G=31.22%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96644500.330.530.6222.3536.1727.65
Hex60402D021353E16241c
Octal140100550416576264434
Binary1100000100000010110101000011101011111101011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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