#63402C

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

Shades of Irish Coffee #63402C

Tints of Irish Coffee #63402C

Color information

#63402C (or 0x63402C) is unknown color: approx Irish Coffee. HEX triplet: 63, 40 and 2C. RGB value is (99,64,44). Sum of RGB (Red+Green+Blue) = 99+64+44=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63402C is #9CBFD3. Grayscale: #484848. Windows color (decimal): -10272724 or 2900067. OLE color: 2900067.

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

Color convert

RGB996444-
CMYK00.350.560.61
HSL21.82º38.46%28.04%-
HSV(B)21.82º55.56%38.82%-
XYZ7.436.53.25-
YUV72.18112.1147.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=47.83%
G=30.92%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99644400.350.560.6121.8238.4628.04
Hex63402C023383D16261c
Octal143100540437075264634
Binary1100011100000010110001000111110001111011011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63402C; }

 p { color: rgb(99,64,44); }

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

<style>
 a { background-color: #63402C; }

 a { background-color: rgb(99,64,44); }

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

<style>
 span { border-color: #63402C; }

 span { border-color: rgb(99,64,44); }

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