Html Css Color HEX #64402C Irish Coffee

📋 copy color: '#64402C'

red 100 ◦ green 64 ◦ blue 44

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

Shades of Irish Coffee #64402C

Tints of Irish Coffee #64402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.77%

 BLUE value IS 44 (17.58% from 255) = 21.15%

R = 48.08%
G = 30.77%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#64402C (or 0x64402C) is known color: Irish Coffee. HEX triplet: 64, 40 and 2C. RGB value is (100,64,44). Sum of RGB (Red+Green+Blue) = 100+64+44=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #64402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64402C is #9BBFD3. Grayscale: #484848. Windows color (decimal): -10207188 or 2900068. OLE color: 2900068.

HSL color Cylindrical-coordinate representation of color #64402C: hue angle of 21.43º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64402C is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 44 -
CMYK 0 0.36 0.56 0.61
HSL 21.43º 0.39% 0.28% -
HSV(B) 21.43º 0.56% 0.39% -
XYZ 7.54 6.56 3.25 -
YUV 72.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 100 64 44 0 0.36 0.56 0.61 21.43 0.39 0.28
Hex 64 40 2C 0 24 38 3D 15 27 1C
Octal 144 100 54 0 44 70 75 25 47 34
Binary 1100100 1000000 101100 0 100100 111000 111101 10101 100111 11100

Color Harmonies of #64402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64402C

Black with #64402C

Text Example


Text Example

White with #64402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64402C; }

 p { color: rgb(100,64,44); }

 H1.HeaderClassName
 {
   color: #64402C;
 }
 .AnyTagClassName
 {
   color: #64402C;
 }
</style>

background-color css

<style>
 a { background-color: #64402C; }

 a { background-color: rgb(100,64,44); }

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

border-color css

<style>
 span { border-color: #64402C; }

 span { border-color: rgb(100,64,44); }

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