#63422A

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

Shades of Irish Coffee #63422A

Tints of Irish Coffee #63422A

Color information

#63422A (or 0x63422A) is unknown color: approx Irish Coffee. HEX triplet: 63, 42 and 2A. RGB value is (99,66,42). Sum of RGB (Red+Green+Blue) = 99+66+42=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63422A is #9CBDD5. Grayscale: #494949. Windows color (decimal): -10272214 or 2769507. OLE color: 2769507.

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

Color convert

RGB996642-
CMYK00.330.580.61
HSL25.26º40.43%27.65%-
HSV(B)25.26º57.58%38.82%-
XYZ7.516.723.09-
YUV73.13110.43146.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=47.83%
G=31.88%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99664200.330.580.6125.2640.4327.65
Hex63422A0213A3D19281c
Octal143102520417275315034
Binary1100011100001010101001000011110101111011100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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