#603D2A

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

Shades of Irish Coffee #603D2A

Tints of Irish Coffee #603D2A

Color information

#603D2A (or 0x603D2A) is unknown color: approx Irish Coffee. HEX triplet: 60, 3D and 2A. RGB value is (96,61,42). Sum of RGB (Red+Green+Blue) = 96+61+42=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D2A is #9FC2D5. Grayscale: #454545. Windows color (decimal): -10470102 or 2768224. OLE color: 2768224.

HSL color Cylindrical-coordinate representation of color #603D2A: hue angle of 21.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603D2A is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB966142-
CMYK00.360.560.62
HSL21.11º39.13%27.06%-
HSV(B)21.11º56.25%37.65%-
XYZ6.915.992.98-
YUV69.3112.6147.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 61 (24.22% from 255) = 30.65%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=48.24%
G=30.65%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96614200.360.560.6221.1139.1327.06
Hex603D2A024383E15271b
Octal14075520447076254733
Binary110000011110110101001001001110001111101010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603D2A; }

 p { color: rgb(96,61,42); }

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

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

 a { background-color: rgb(96,61,42); }

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

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

 span { border-color: rgb(96,61,42); }

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