#65462C

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

Shades of Irish Coffee #65462C

Tints of Irish Coffee #65462C

Color information

#65462C (or 0x65462C) is unknown color: approx Irish Coffee. HEX triplet: 65, 46 and 2C. RGB value is (101,70,44). Sum of RGB (Red+Green+Blue) = 101+70+44=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65462C is #9AB9D3. Grayscale: #4C4C4C. Windows color (decimal): -10140116 or 2901605. OLE color: 2901605.

HSL color Cylindrical-coordinate representation of color #65462C: hue angle of 27.37º 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 #65462C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB1017044-
CMYK00.310.560.60
HSL27.37º39.31%28.43%-
HSV(B)27.37º56.44%39.61%-
XYZ8.017.333.38-
YUV76.3109.77145.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=46.98%
G=32.56%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101704400.310.560.6027.3739.3128.43
Hex65462C01F383C1b271c
Octal145106540377074334734
Binary110010110001101011000111111110001111001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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