Html Css Color HEX #60422E Irish Coffee

📋 copy color: '#60422E'

red 96 ◦ green 66 ◦ blue 46

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

Shades of Irish Coffee #60422E

Tints of Irish Coffee #60422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 46.15%
G = 31.73%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60422E (or 0x60422E) is known color: Irish Coffee. HEX triplet: 60, 42 and 2E. RGB value is (96,66,46). Sum of RGB (Red+Green+Blue) = 96+66+46=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60422E is #9FBDD1. Grayscale: #484848. Windows color (decimal): -10468818 or 3031648. OLE color: 3031648.

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

Color convert

RGB 96 66 46 -
CMYK 0 0.31 0.52 0.62
HSL 24º 0.35% 0.28% -
HSV(B) 24º 0.52% 0.38% -
XYZ 7.27 6.58 3.47 -
YUV 72.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 96 66 46 0 0.31 0.52 0.62 24 0.35 0.28
Hex 60 42 2E 0 1F 34 3E 18 23 1C
Octal 140 102 56 0 37 64 76 30 43 34
Binary 1100000 1000010 101110 0 11111 110100 111110 11000 100011 11100

Color Harmonies of #60422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60422E

Black with #60422E

Text Example


Text Example

White with #60422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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