Html Css Color HEX #61422D Irish Coffee

📋 copy color: '#61422D'

red 97 ◦ green 66 ◦ blue 45

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

Shades of Irish Coffee #61422D

Tints of Irish Coffee #61422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 46.63%
G = 31.73%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61422D (or 0x61422D) is known color: Irish Coffee. HEX triplet: 61, 42 and 2D. RGB value is (97,66,45). Sum of RGB (Red+Green+Blue) = 97+66+45=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61422D is #9EBDD2. Grayscale: #484848. Windows color (decimal): -10403283 or 2966113. OLE color: 2966113.

HSL color Cylindrical-coordinate representation of color #61422D: hue angle of 24.23º 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 #61422D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 45 -
CMYK 0 0.32 0.54 0.62
HSL 24.23º 0.37% 0.28% -
HSV(B) 24.23º 0.54% 0.38% -
XYZ 7.35 6.63 3.37 -
YUV 72.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 97 66 45 0 0.32 0.54 0.62 24.23 0.37 0.28
Hex 61 42 2D 0 20 36 3E 18 25 1C
Octal 141 102 55 0 40 66 76 30 45 34
Binary 1100001 1000010 101101 0 100000 110110 111110 11000 100101 11100

Color Harmonies of #61422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61422D

Black with #61422D

Text Example


Text Example

White with #61422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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