Html Css Color HEX #61402A Irish Coffee

📋 copy color: '#61402A'

red 97 ◦ green 64 ◦ blue 42

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

Shades of Irish Coffee #61402A

Tints of Irish Coffee #61402A

RGB

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

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

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

R = 47.78%
G = 31.53%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61402A (or 0x61402A) is known color: Irish Coffee. HEX triplet: 61, 40 and 2A. RGB value is (97,64,42). Sum of RGB (Red+Green+Blue) = 97+64+42=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #61402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61402A is #9EBFD5. Grayscale: #474747. Windows color (decimal): -10403798 or 2768993. OLE color: 2768993.

HSL color Cylindrical-coordinate representation of color #61402A: hue angle of 24º 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 #61402A is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 42 -
CMYK 0 0.34 0.57 0.62
HSL 24º 0.4% 0.27% -
HSV(B) 24º 0.57% 0.38% -
XYZ 7.18 6.38 3.04 -
YUV 71.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 97 64 42 0 0.34 0.57 0.62 24 0.4 0.27
Hex 61 40 2A 0 22 39 3E 18 28 1B
Octal 141 100 52 0 42 71 76 30 50 33
Binary 1100001 1000000 101010 0 100010 111001 111110 11000 101000 11011

Color Harmonies of #61402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61402A

Black with #61402A

Text Example


Text Example

White with #61402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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