#64452E

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

Shades of Irish Coffee #64452E

Tints of Irish Coffee #64452E

Color information

#64452E (or 0x64452E) is unknown color: approx Irish Coffee. HEX triplet: 64, 45 and 2E. RGB value is (100,69,46). Sum of RGB (Red+Green+Blue) = 100+69+46=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64452E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64452E is #9BBAD1. Grayscale: #4B4B4B. Windows color (decimal): -10205906 or 3032420. OLE color: 3032420.

HSL color Cylindrical-coordinate representation of color #64452E: hue angle of 25.56º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64452E is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1006946-
CMYK00.310.540.61
HSL25.56º36.99%28.63%-
HSV(B)25.56º54%39.22%-
XYZ7.887.163.55-
YUV75.65111.27145.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=46.51%
G=32.09%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100694600.310.540.6125.5636.9928.63
Hex64452E01F363D1a251d
Octal144105560376675324535
Binary110010010001011011100111111101101111011101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64452E; }

 p { color: rgb(100,69,46); }

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

<style>
 a { background-color: #64452E; }

 a { background-color: rgb(100,69,46); }

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

<style>
 span { border-color: #64452E; }

 span { border-color: rgb(100,69,46); }

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