Html Css Color HEX #64422D Irish Coffee

📋 copy color: '#64422D'

red 100 ◦ green 66 ◦ blue 45

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

Shades of Irish Coffee #64422D

Tints of Irish Coffee #64422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 45 (17.97% from 255) = 21.33%

R = 47.39%
G = 31.28%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#64422D (or 0x64422D) is known color: Irish Coffee. HEX triplet: 64, 42 and 2D. RGB value is (100,66,45). Sum of RGB (Red+Green+Blue) = 100+66+45=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64422D is #9BBDD2. Grayscale: #494949. Windows color (decimal): -10206675 or 2966116. OLE color: 2966116.

HSL color Cylindrical-coordinate representation of color #64422D: hue angle of 22.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64422D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 66 45 -
CMYK 0 0.34 0.55 0.61
HSL 22.91º 0.38% 0.28% -
HSV(B) 22.91º 0.55% 0.39% -
XYZ 7.68 6.8 3.39 -
YUV 73.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 100 66 45 0 0.34 0.55 0.61 22.91 0.38 0.28
Hex 64 42 2D 0 22 37 3D 17 26 1C
Octal 144 102 55 0 42 67 75 27 46 34
Binary 1100100 1000010 101101 0 100010 110111 111101 10111 100110 11100

Color Harmonies of #64422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64422D

Black with #64422D

Text Example


Text Example

White with #64422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64422D; }

 p { color: rgb(100,66,45); }

 H1.HeaderClassName
 {
   color: #64422D;
 }
 .AnyTagClassName
 {
   color: #64422D;
 }
</style>

background-color css

<style>
 a { background-color: #64422D; }

 a { background-color: rgb(100,66,45); }

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

border-color css

<style>
 span { border-color: #64422D; }

 span { border-color: rgb(100,66,45); }

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