#65442C

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

Shades of Irish Coffee #65442C

Tints of Irish Coffee #65442C

Color information

#65442C (or 0x65442C) is unknown color: approx Irish Coffee. HEX triplet: 65, 44 and 2C. RGB value is (101,68,44). Sum of RGB (Red+Green+Blue) = 101+68+44=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65442C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65442C is #9ABBD3. Grayscale: #4B4B4B. Windows color (decimal): -10140628 or 2901093. OLE color: 2901093.

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

Color convert

RGB1016844-
CMYK00.330.560.60
HSL25.26º39.31%28.43%-
HSV(B)25.26º56.44%39.61%-
XYZ7.897.083.33-
YUV75.13110.43146.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=47.42%
G=31.92%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101684400.330.560.6025.2639.3128.43
Hex65442C021383C19271c
Octal145104540417074314734
Binary1100101100010010110001000011110001111001100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,68,44); }

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

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

 a { background-color: rgb(101,68,44); }

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

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

 span { border-color: rgb(101,68,44); }

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