Html Css Color HEX #61402C Irish Coffee

📋 copy color: '#61402C'

red 97 ◦ green 64 ◦ blue 44

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

Shades of Irish Coffee #61402C

Tints of Irish Coffee #61402C

RGB

 RED value IS 97 (38.28% from 255) = 47.32%

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

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

R = 47.32%
G = 31.22%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#61402C (or 0x61402C) is known color: Irish Coffee. HEX triplet: 61, 40 and 2C. RGB value is (97,64,44). Sum of RGB (Red+Green+Blue) = 97+64+44=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61402C is #9EBFD3. Grayscale: #474747. Windows color (decimal): -10403796 or 2900065. OLE color: 2900065.

HSL color Cylindrical-coordinate representation of color #61402C: hue angle of 22.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61402C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 44 -
CMYK 0 0.34 0.55 0.62
HSL 22.64º 0.38% 0.28% -
HSV(B) 22.64º 0.55% 0.38% -
XYZ 7.22 6.39 3.24 -
YUV 71.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 97 64 44 0 0.34 0.55 0.62 22.64 0.38 0.28
Hex 61 40 2C 0 22 37 3E 17 26 1C
Octal 141 100 54 0 42 67 76 27 46 34
Binary 1100001 1000000 101100 0 100010 110111 111110 10111 100110 11100

Color Harmonies of #61402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61402C

Black with #61402C

Text Example


Text Example

White with #61402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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