#60422F

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

Shades of Irish Coffee #60422F

Tints of Irish Coffee #60422F

Color information

#60422F (or 0x60422F) is unknown color: approx Irish Coffee. HEX triplet: 60, 42 and 2F. RGB value is (96,66,47). Sum of RGB (Red+Green+Blue) = 96+66+47=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60422F is #9FBDD0. Grayscale: #484848. Windows color (decimal): -10468817 or 3097184. OLE color: 3097184.

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

Color convert

RGB966647-
CMYK00.310.510.62
HSL23.27º34.27%28.04%-
HSV(B)23.27º51.04%37.65%-
XYZ7.296.593.58-
YUV72.8113.44144.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=45.93%
G=31.58%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96664700.310.510.6223.2734.2728.04
Hex60422F01F333E17221c
Octal140102570376376274234
Binary110000010000101011110111111100111111101011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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