#61442A

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

Shades of Irish Coffee #61442A

Tints of Irish Coffee #61442A

Color information

#61442A (or 0x61442A) is unknown color: approx Irish Coffee. HEX triplet: 61, 44 and 2A. RGB value is (97,68,42). Sum of RGB (Red+Green+Blue) = 97+68+42=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61442A is #9EBBD5. Grayscale: #494949. Windows color (decimal): -10402774 or 2770017. OLE color: 2770017.

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

Color convert

RGB976842-
CMYK00.300.570.62
HSL28.36º39.57%27.25%-
HSV(B)28.36º56.7%38.04%-
XYZ7.416.843.12-
YUV73.71110.11144.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 68 (26.95% from 255) = 32.85%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=46.86%
G=32.85%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97684200.300.570.6228.3639.5727.25
Hex61442A01E393E1c281b
Octal141104520367176345033
Binary110000110001001010100111101110011111101110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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