#63462D

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

Shades of Irish Coffee #63462D

Tints of Irish Coffee #63462D

Color information

#63462D (or 0x63462D) is unknown color: approx Irish Coffee. HEX triplet: 63, 46 and 2D. RGB value is (99,70,45). Sum of RGB (Red+Green+Blue) = 99+70+45=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63462D is #9CB9D2. Grayscale: #4B4B4B. Windows color (decimal): -10271187 or 2967139. OLE color: 2967139.

HSL color Cylindrical-coordinate representation of color #63462D: hue angle of 27.78º 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 #63462D is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB997045-
CMYK00.290.550.61
HSL27.78º37.5%28.24%-
HSV(B)27.78º54.55%38.82%-
XYZ7.817.223.47-
YUV75.82110.61144.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=46.26%
G=32.71%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99704500.290.550.6127.7837.528.24
Hex63462D01D373D1c261c
Octal143106550356775344634
Binary110001110001101011010111011101111111011110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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