#61402A

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

Shades of Irish Coffee #61402A

Tints of Irish Coffee #61402A

Color information

#61402A (or 0x61402A) is unknown color: approx Irish Coffee. HEX triplet: 61, 40 and 2A. RGB value is (97,64,42). Sum of RGB (Red+Green+Blue) = 97+64+42=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #61402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61402A is #9EBFD5. Grayscale: #474747. Windows color (decimal): -10403798 or 2768993. OLE color: 2768993.

HSL color Cylindrical-coordinate representation of color #61402A: hue angle of 24º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61402A is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB976442-
CMYK00.340.570.62
HSL24º39.57%27.25%-
HSV(B)24º56.7%38.04%-
XYZ7.186.383.04-
YUV71.36111.43146.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 42 (16.80% from 255) = 20.69%
R=47.78%
G=31.53%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97644200.340.570.622439.5727.25
Hex61402A022393E18281b
Octal141100520427176305033
Binary1100001100000010101001000101110011111101100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61402A; }

 p { color: rgb(97,64,42); }

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

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

 a { background-color: rgb(97,64,42); }

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

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

 span { border-color: rgb(97,64,42); }

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