Html Css Color HEX #64412D Irish Coffee

📋 copy color: '#64412D'

red 100 ◦ green 65 ◦ blue 45

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

Shades of Irish Coffee #64412D

Tints of Irish Coffee #64412D

RGB

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

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

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

R = 47.62%
G = 30.95%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#64412D (or 0x64412D) is known color: Irish Coffee. HEX triplet: 64, 41 and 2D. RGB value is (100,65,45). Sum of RGB (Red+Green+Blue) = 100+65+45=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64412D is #9BBED2. Grayscale: #494949. Windows color (decimal): -10206931 or 2965860. OLE color: 2965860.

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

Color convert

RGB 100 65 45 -
CMYK 0 0.35 0.55 0.61
HSL 21.82º 0.38% 0.28% -
HSV(B) 21.82º 0.55% 0.39% -
XYZ 7.62 6.68 3.37 -
YUV 73.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 100 65 45 0 0.35 0.55 0.61 21.82 0.38 0.28
Hex 64 41 2D 0 23 37 3D 16 26 1C
Octal 144 101 55 0 43 67 75 26 46 34
Binary 1100100 1000001 101101 0 100011 110111 111101 10110 100110 11100

Color Harmonies of #64412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64412D

Black with #64412D

Text Example


Text Example

White with #64412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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