#61442B

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

Shades of Irish Coffee #61442B

Tints of Irish Coffee #61442B

Color information

#61442B (or 0x61442B) is unknown color: approx Irish Coffee. HEX triplet: 61, 44 and 2B. RGB value is (97,68,43). Sum of RGB (Red+Green+Blue) = 97+68+43=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61442B is #9EBBD4. Grayscale: #494949. Windows color (decimal): -10402773 or 2835553. OLE color: 2835553.

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

Color convert

RGB976843-
CMYK00.300.560.62
HSL27.78º38.57%27.45%-
HSV(B)27.78º55.67%38.04%-
XYZ7.436.853.22-
YUV73.82110.61144.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=46.63%
G=32.69%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97684300.300.560.6227.7838.5727.45
Hex61442B01E383E1c271b
Octal141104530367076344733
Binary110000110001001010110111101110001111101110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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