#63442D

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

Shades of Irish Coffee #63442D

Tints of Irish Coffee #63442D

Color information

#63442D (or 0x63442D) is unknown color: approx Irish Coffee. HEX triplet: 63, 44 and 2D. RGB value is (99,68,45). Sum of RGB (Red+Green+Blue) = 99+68+45=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63442D is #9CBBD2. Grayscale: #4A4A4A. Windows color (decimal): -10271699 or 2966627. OLE color: 2966627.

HSL color Cylindrical-coordinate representation of color #63442D: hue angle of 25.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63442D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB996845-
CMYK00.310.550.61
HSL25.56º37.5%28.24%-
HSV(B)25.56º54.55%38.82%-
XYZ7.696.983.42-
YUV74.65111.27145.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=46.70%
G=32.08%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99684500.310.550.6125.5637.528.24
Hex63442D01F373D1a261c
Octal143104550376775324634
Binary110001110001001011010111111101111111011101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63442D; }

 p { color: rgb(99,68,45); }

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

<style>
 a { background-color: #63442D; }

 a { background-color: rgb(99,68,45); }

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

<style>
 span { border-color: #63442D; }

 span { border-color: rgb(99,68,45); }

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