#63412A

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

Shades of Irish Coffee #63412A

Tints of Irish Coffee #63412A

Color information

#63412A (or 0x63412A) is unknown color: approx Irish Coffee. HEX triplet: 63, 41 and 2A. RGB value is (99,65,42). Sum of RGB (Red+Green+Blue) = 99+65+42=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63412A is #9CBED5. Grayscale: #484848. Windows color (decimal): -10272470 or 2769251. OLE color: 2769251.

HSL color Cylindrical-coordinate representation of color #63412A: hue angle of 24.21º 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 #63412A is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB996542-
CMYK00.340.580.61
HSL24.21º40.43%27.65%-
HSV(B)24.21º57.58%38.82%-
XYZ7.456.63.07-
YUV72.54110.76146.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=48.06%
G=31.55%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99654200.340.580.6124.2140.4327.65
Hex63412A0223A3D18281c
Octal143101520427275305034
Binary1100011100000110101001000101110101111011100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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