#60412E

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

Shades of Irish Coffee #60412E

Tints of Irish Coffee #60412E

Color information

#60412E (or 0x60412E) is unknown color: approx Irish Coffee. HEX triplet: 60, 41 and 2E. RGB value is (96,65,46). Sum of RGB (Red+Green+Blue) = 96+65+46=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60412E is #9FBED1. Grayscale: #484848. Windows color (decimal): -10469074 or 3031392. OLE color: 3031392.

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

Color convert

RGB966546-
CMYK00.320.520.62
HSL22.8º35.21%27.84%-
HSV(B)22.8º52.08%37.65%-
XYZ7.216.463.45-
YUV72.1113.27145.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=46.38%
G=31.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96654600.320.520.6222.835.2127.84
Hex60412E020343E17231c
Octal140101560406476274334
Binary1100000100000110111001000001101001111101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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