Html Css Color HEX #64412E Irish Coffee

📋 copy color: '#64412E'

red 100 ◦ green 65 ◦ blue 46

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

Shades of Irish Coffee #64412E

Tints of Irish Coffee #64412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 47.39%
G = 30.81%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#64412E (or 0x64412E) is known color: Irish Coffee. HEX triplet: 64, 41 and 2E. RGB value is (100,65,46). Sum of RGB (Red+Green+Blue) = 100+65+46=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64412E is #9BBED1. Grayscale: #494949. Windows color (decimal): -10206930 or 3031396. OLE color: 3031396.

HSL color Cylindrical-coordinate representation of color #64412E: hue angle of 21.11º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64412E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 65 46 -
CMYK 0 0.35 0.54 0.61
HSL 21.11º 0.37% 0.29% -
HSV(B) 21.11º 0.54% 0.39% -
XYZ 7.64 6.69 3.47 -
YUV 73.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 100 65 46 0 0.35 0.54 0.61 21.11 0.37 0.29
Hex 64 41 2E 0 23 36 3D 15 25 1D
Octal 144 101 56 0 43 66 75 25 45 35
Binary 1100100 1000001 101110 0 100011 110110 111101 10101 100101 11101

Color Harmonies of #64412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64412E

Black with #64412E

Text Example


Text Example

White with #64412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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