#604531

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

Shades of Irish Coffee #604531

Tints of Irish Coffee #604531

Color information

#604531 (or 0x604531) is unknown color: approx Irish Coffee. HEX triplet: 60, 45 and 31. RGB value is (96,69,49). Sum of RGB (Red+Green+Blue) = 96+69+49=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #604531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604531 is #9FBACE. Grayscale: #4A4A4A. Windows color (decimal): -10468047 or 3229024. OLE color: 3229024.

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

Color convert

RGB966949-
CMYK00.280.490.62
HSL25.53º32.41%28.43%-
HSV(B)25.53º48.96%37.65%-
XYZ7.516.963.85-
YUV74.79113.45143.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=44.86%
G=32.24%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96694900.280.490.6225.5332.4128.43
Hex60453101C313E1a201c
Octal140105610346176324034
Binary110000010001011100010111001100011111101101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604531; }

 p { color: rgb(96,69,49); }

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

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

 a { background-color: rgb(96,69,49); }

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

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

 span { border-color: rgb(96,69,49); }

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