Html Css Color HEX #61422A Irish Coffee

📋 copy color: '#61422A'

red 97 ◦ green 66 ◦ blue 42

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

Shades of Irish Coffee #61422A

Tints of Irish Coffee #61422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.49%

R = 47.32%
G = 32.2%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61422A (or 0x61422A) is known color: Irish Coffee. HEX triplet: 61, 42 and 2A. RGB value is (97,66,42). Sum of RGB (Red+Green+Blue) = 97+66+42=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61422A is #9EBDD5. Grayscale: #484848. Windows color (decimal): -10403286 or 2769505. OLE color: 2769505.

HSL color Cylindrical-coordinate representation of color #61422A: hue angle of 26.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61422A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 42 -
CMYK 0 0.32 0.57 0.62
HSL 26.18º 0.4% 0.27% -
HSV(B) 26.18º 0.57% 0.38% -
XYZ 7.3 6.6 3.08 -
YUV 72.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 97 66 42 0 0.32 0.57 0.62 26.18 0.4 0.27
Hex 61 42 2A 0 20 39 3E 1A 28 1B
Octal 141 102 52 0 40 71 76 32 50 33
Binary 1100001 1000010 101010 0 100000 111001 111110 11010 101000 11011

Color Harmonies of #61422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61422A

Black with #61422A

Text Example


Text Example

White with #61422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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