#61402B

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

Shades of Irish Coffee #61402B

Tints of Irish Coffee #61402B

Color information

#61402B (or 0x61402B) is unknown color: approx Irish Coffee. HEX triplet: 61, 40 and 2B. RGB value is (97,64,43). Sum of RGB (Red+Green+Blue) = 97+64+43=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61402B is #9EBFD4. Grayscale: #474747. Windows color (decimal): -10403797 or 2834529. OLE color: 2834529.

HSL color Cylindrical-coordinate representation of color #61402B: hue angle of 23.33º 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 #61402B is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB976443-
CMYK00.340.560.62
HSL23.33º38.57%27.45%-
HSV(B)23.33º55.67%38.04%-
XYZ7.26.383.14-
YUV71.47111.93146.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=47.55%
G=31.37%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97644300.340.560.6223.3338.5727.45
Hex61402B022383E17271b
Octal141100530427076274733
Binary1100001100000010101101000101110001111101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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