Html Css Color HEX #60422A Irish Coffee

📋 copy color: '#60422A'

red 96 ◦ green 66 ◦ blue 42

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

Shades of Irish Coffee #60422A

Tints of Irish Coffee #60422A

RGB

 RED value IS 96 (37.89% from 255) = 47.06%

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

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

R = 47.06%
G = 32.35%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#60422A (or 0x60422A) is known color: Irish Coffee. HEX triplet: 60, 42 and 2A. RGB value is (96,66,42). Sum of RGB (Red+Green+Blue) = 96+66+42=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #60422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60422A is #9FBDD5. Grayscale: #484848. Windows color (decimal): -10468822 or 2769504. OLE color: 2769504.

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

Color convert

RGB 96 66 42 -
CMYK 0 0.31 0.56 0.62
HSL 26.67º 0.39% 0.27% -
HSV(B) 26.67º 0.56% 0.38% -
XYZ 7.19 6.55 3.08 -
YUV 72.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 96 66 42 0 0.31 0.56 0.62 26.67 0.39 0.27
Hex 60 42 2A 0 1F 38 3E 1B 27 1B
Octal 140 102 52 0 37 70 76 33 47 33
Binary 1100000 1000010 101010 0 11111 111000 111110 11011 100111 11011

Color Harmonies of #60422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60422A

Black with #60422A

Text Example


Text Example

White with #60422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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