Html Css Color HEX #61402D Irish Coffee

📋 copy color: '#61402D'

red 97 ◦ green 64 ◦ blue 45

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

Shades of Irish Coffee #61402D

Tints of Irish Coffee #61402D

RGB

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

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

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

R = 47.09%
G = 31.07%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61402D (or 0x61402D) is known color: Irish Coffee. HEX triplet: 61, 40 and 2D. RGB value is (97,64,45). Sum of RGB (Red+Green+Blue) = 97+64+45=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61402D is #9EBFD2. Grayscale: #474747. Windows color (decimal): -10403795 or 2965601. OLE color: 2965601.

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

Color convert

RGB 97 64 45 -
CMYK 0 0.34 0.54 0.62
HSL 21.92º 0.37% 0.28% -
HSV(B) 21.92º 0.54% 0.38% -
XYZ 7.24 6.4 3.34 -
YUV 71.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 97 64 45 0 0.34 0.54 0.62 21.92 0.37 0.28
Hex 61 40 2D 0 22 36 3E 16 25 1C
Octal 141 100 55 0 42 66 76 26 45 34
Binary 1100001 1000000 101101 0 100010 110110 111110 10110 100101 11100

Color Harmonies of #61402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61402D

Black with #61402D

Text Example


Text Example

White with #61402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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