#61412B

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

Shades of Irish Coffee #61412B

Tints of Irish Coffee #61412B

Color information

#61412B (or 0x61412B) is unknown color: approx Irish Coffee. HEX triplet: 61, 41 and 2B. RGB value is (97,65,43). Sum of RGB (Red+Green+Blue) = 97+65+43=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61412B is #9EBED4. Grayscale: #484848. Windows color (decimal): -10403541 or 2834785. OLE color: 2834785.

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

Color convert

RGB976543-
CMYK00.330.560.62
HSL24.44º38.57%27.45%-
HSV(B)24.44º55.67%38.04%-
XYZ7.266.53.16-
YUV72.06111.6145.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=47.32%
G=31.71%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97654300.330.560.6224.4438.5727.45
Hex61412B021383E18271b
Octal141101530417076304733
Binary1100001100000110101101000011110001111101100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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