Html Css Color HEX #64412B Irish Coffee

📋 copy color: '#64412B'

red 100 ◦ green 65 ◦ blue 43

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

Shades of Irish Coffee #64412B

Tints of Irish Coffee #64412B

RGB

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

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

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

R = 48.08%
G = 31.25%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#64412B (or 0x64412B) is known color: Irish Coffee. HEX triplet: 64, 41 and 2B. RGB value is (100,65,43). Sum of RGB (Red+Green+Blue) = 100+65+43=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #64412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64412B is #9BBED4. Grayscale: #494949. Windows color (decimal): -10206933 or 2834788. OLE color: 2834788.

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

Color convert

RGB 100 65 43 -
CMYK 0 0.35 0.57 0.61
HSL 23.16º 0.4% 0.28% -
HSV(B) 23.16º 0.57% 0.39% -
XYZ 7.58 6.66 3.17 -
YUV 72.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 100 65 43 0 0.35 0.57 0.61 23.16 0.4 0.28
Hex 64 41 2B 0 23 39 3D 17 28 1C
Octal 144 101 53 0 43 71 75 27 50 34
Binary 1100100 1000001 101011 0 100011 111001 111101 10111 101000 11100

Color Harmonies of #64412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64412B

Black with #64412B

Text Example


Text Example

White with #64412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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