Html Css Color HEX #64412C Irish Coffee

📋 copy color: '#64412C'

red 100 ◦ green 65 ◦ blue 44

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

Shades of Irish Coffee #64412C

Tints of Irish Coffee #64412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

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

R = 47.85%
G = 31.1%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#64412C (or 0x64412C) is known color: Irish Coffee. HEX triplet: 64, 41 and 2C. RGB value is (100,65,44). Sum of RGB (Red+Green+Blue) = 100+65+44=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64412C is #9BBED3. Grayscale: #494949. Windows color (decimal): -10206932 or 2900324. OLE color: 2900324.

HSL color Cylindrical-coordinate representation of color #64412C: hue angle of 22.5º 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 #64412C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 65 44 -
CMYK 0 0.35 0.56 0.61
HSL 22.5º 0.39% 0.28% -
HSV(B) 22.5º 0.56% 0.39% -
XYZ 7.6 6.67 3.27 -
YUV 73.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 100 65 44 0 0.35 0.56 0.61 22.5 0.39 0.28
Hex 64 41 2C 0 23 38 3D 16 27 1C
Octal 144 101 54 0 43 70 75 26 47 34
Binary 1100100 1000001 101100 0 100011 111000 111101 10110 100111 11100

Color Harmonies of #64412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64412C

Black with #64412C

Text Example


Text Example

White with #64412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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