#604230

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

Shades of Irish Coffee #604230

Tints of Irish Coffee #604230

Color information

#604230 (or 0x604230) is unknown color: approx Irish Coffee. HEX triplet: 60, 42 and 30. RGB value is (96,66,48). Sum of RGB (Red+Green+Blue) = 96+66+48=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #604230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604230 is #9FBDCF. Grayscale: #494949. Windows color (decimal): -10468816 or 3162720. OLE color: 3162720.

HSL color Cylindrical-coordinate representation of color #604230: hue angle of 22.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 #604230 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB966648-
CMYK00.310.500.62
HSL22.5º33.33%28.24%-
HSV(B)22.5º50%37.65%-
XYZ7.316.63.68-
YUV72.92113.94144.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.71%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=45.71%
G=31.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96664800.310.500.6222.533.3328.24
Hex60423001F323E17211c
Octal140102600376276274134
Binary110000010000101100000111111100101111101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604230; }

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

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

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

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

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

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

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

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