#64452A

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

Shades of Irish Coffee #64452A

Tints of Irish Coffee #64452A

Color information

#64452A (or 0x64452A) is unknown color: approx Irish Coffee. HEX triplet: 64, 45 and 2A. RGB value is (100,69,42). Sum of RGB (Red+Green+Blue) = 100+69+42=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64452A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64452A is #9BBAD5. Grayscale: #4B4B4B. Windows color (decimal): -10205910 or 2770276. OLE color: 2770276.

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

Color convert

RGB1006942-
CMYK00.310.580.61
HSL27.93º40.85%27.84%-
HSV(B)27.93º58%39.22%-
XYZ7.87.133.16-
YUV75.19109.27145.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.39%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=47.39%
G=32.70%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100694200.310.580.6127.9340.8527.84
Hex64452A01F3A3D1c291c
Octal144105520377275345134
Binary110010010001011010100111111110101111011110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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