#63402B

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

Shades of Irish Coffee #63402B

Tints of Irish Coffee #63402B

Color information

#63402B (or 0x63402B) is unknown color: approx Irish Coffee. HEX triplet: 63, 40 and 2B. RGB value is (99,64,43). Sum of RGB (Red+Green+Blue) = 99+64+43=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63402B is #9CBFD4. Grayscale: #484848. Windows color (decimal): -10272725 or 2834531. OLE color: 2834531.

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

Color convert

RGB996443-
CMYK00.350.570.61
HSL22.5º39.44%27.84%-
HSV(B)22.5º56.57%38.82%-
XYZ7.426.493.15-
YUV72.07111.6147.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=48.06%
G=31.07%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99644300.350.570.6122.539.4427.84
Hex63402B023393D17271c
Octal143100530437175274734
Binary1100011100000010101101000111110011111011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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