#604128

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

Shades of Irish Coffee #604128

Tints of Irish Coffee #604128

Color information

#604128 (or 0x604128) is unknown color: approx Irish Coffee. HEX triplet: 60, 41 and 28. RGB value is (96,65,40). Sum of RGB (Red+Green+Blue) = 96+65+40=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #604128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604128 is #9FBED7. Grayscale: #474747. Windows color (decimal): -10469080 or 2638176. OLE color: 2638176.

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

Color convert

RGB966540-
CMYK00.320.580.62
HSL26.79º41.18%26.67%-
HSV(B)26.79º58.33%37.65%-
XYZ7.16.422.87-
YUV71.42110.27145.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=47.76%
G=32.34%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96654000.320.580.6226.7941.1826.67
Hex6041280203A3E1b291b
Octal140101500407276335133
Binary1100000100000110100001000001110101111101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604128; }

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

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

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

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

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

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

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

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