Html Css Color HEX #64422B Irish Coffee

📋 copy color: '#64422B'

red 100 ◦ green 66 ◦ blue 43

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

Shades of Irish Coffee #64422B

Tints of Irish Coffee #64422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 47.85%
G = 31.58%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#64422B (or 0x64422B) is known color: Irish Coffee. HEX triplet: 64, 42 and 2B. RGB value is (100,66,43). Sum of RGB (Red+Green+Blue) = 100+66+43=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64422B is #9BBDD4. Grayscale: #494949. Windows color (decimal): -10206677 or 2835044. OLE color: 2835044.

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

Color convert

RGB 100 66 43 -
CMYK 0 0.34 0.57 0.61
HSL 24.21º 0.4% 0.28% -
HSV(B) 24.21º 0.57% 0.39% -
XYZ 7.64 6.78 3.19 -
YUV 73.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 100 66 43 0 0.34 0.57 0.61 24.21 0.4 0.28
Hex 64 42 2B 0 22 39 3D 18 28 1C
Octal 144 102 53 0 42 71 75 30 50 34
Binary 1100100 1000010 101011 0 100010 111001 111101 11000 101000 11100

Color Harmonies of #64422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64422B

Black with #64422B

Text Example


Text Example

White with #64422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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