Html Css Color HEX #64442F Irish Coffee

📋 copy color: '#64442F'

red 100 ◦ green 68 ◦ blue 47

#64442F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Irish Coffee #64442F

Tints of Irish Coffee #64442F

RGB

 RED value IS 100 (39.45% from 255) = 46.51%

 GREEN value IS 68 (26.95% from 255) = 31.63%

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 46.51%
G = 31.63%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64442F (or 0x64442F) is known color: Irish Coffee. HEX triplet: 64, 44 and 2F. RGB value is (100,68,47). Sum of RGB (Red+Green+Blue) = 100+68+47=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64442F is #9BBBD0. Grayscale: #4B4B4B. Windows color (decimal): -10206161 or 3097700. OLE color: 3097700.

HSL color Cylindrical-coordinate representation of color #64442F: hue angle of 23.77º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64442F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 68 47 -
CMYK 0 0.32 0.53 0.61
HSL 23.77º 0.36% 0.29% -
HSV(B) 23.77º 0.53% 0.39% -
XYZ 7.84 7.05 3.64 -
YUV 75.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 100 68 47 0 0.32 0.53 0.61 23.77 0.36 0.29
Hex 64 44 2F 0 20 35 3D 18 24 1D
Octal 144 104 57 0 40 65 75 30 44 35
Binary 1100100 1000100 101111 0 100000 110101 111101 11000 100100 11101

Color Harmonies of #64442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64442F

Black with #64442F

Text Example


Text Example

White with #64442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64442F; }

 p { color: rgb(100,68,47); }

 H1.HeaderClassName
 {
   color: #64442F;
 }
 .AnyTagClassName
 {
   color: #64442F;
 }
</style>

background-color css

<style>
 a { background-color: #64442F; }

 a { background-color: rgb(100,68,47); }

 div.DivClassName
 {
   background-color: #64442F;
 }
 .BgClassName
 {
   background-color: #64442F;
 }
</style>

border-color css

<style>
 span { border-color: #64442F; }

 span { border-color: rgb(100,68,47); }

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