#604630

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

Shades of Irish Coffee #604630

Tints of Irish Coffee #604630

Color information

#604630 (or 0x604630) is unknown color: approx Irish Coffee. HEX triplet: 60, 46 and 30. RGB value is (96,70,48). Sum of RGB (Red+Green+Blue) = 96+70+48=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #604630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604630 is #9FB9CF. Grayscale: #4B4B4B. Windows color (decimal): -10467792 or 3163744. OLE color: 3163744.

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

Color convert

RGB967048-
CMYK00.270.500.62
HSL27.5º33.33%28.24%-
HSV(B)27.5º50%37.65%-
XYZ7.557.083.77-
YUV75.27112.61142.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=44.86%
G=32.71%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96704800.270.500.6227.533.3328.24
Hex60463001B323E1c211c
Octal140106600336276344134
Binary110000010001101100000110111100101111101110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604630; }

 p { color: rgb(96,70,48); }

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

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

 a { background-color: rgb(96,70,48); }

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

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

 span { border-color: rgb(96,70,48); }

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