#63422F

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

Shades of Irish Coffee #63422F

Tints of Irish Coffee #63422F

Color information

#63422F (or 0x63422F) is unknown color: approx Irish Coffee. HEX triplet: 63, 42 and 2F. RGB value is (99,66,47). Sum of RGB (Red+Green+Blue) = 99+66+47=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63422F is #9CBDD0. Grayscale: #494949. Windows color (decimal): -10272209 or 3097187. OLE color: 3097187.

HSL color Cylindrical-coordinate representation of color #63422F: hue angle of 21.92º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63422F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB996647-
CMYK00.330.530.61
HSL21.92º35.62%28.63%-
HSV(B)21.92º52.53%38.82%-
XYZ7.616.753.59-
YUV73.7112.93146.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=46.70%
G=31.13%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99664700.330.530.6121.9235.6228.63
Hex63422F021353D16241d
Octal143102570416575264435
Binary1100011100001010111101000011101011111011011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63422F; }

 p { color: rgb(99,66,47); }

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

<style>
 a { background-color: #63422F; }

 a { background-color: rgb(99,66,47); }

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

<style>
 span { border-color: #63422F; }

 span { border-color: rgb(99,66,47); }

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