Html Css Color HEX #60422D Irish Coffee

📋 copy color: '#60422D'

red 96 ◦ green 66 ◦ blue 45

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

Shades of Irish Coffee #60422D

Tints of Irish Coffee #60422D

RGB

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

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

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

R = 46.38%
G = 31.88%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#60422D (or 0x60422D) is known color: Irish Coffee. HEX triplet: 60, 42 and 2D. RGB value is (96,66,45). Sum of RGB (Red+Green+Blue) = 96+66+45=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60422D is #9FBDD2. Grayscale: #484848. Windows color (decimal): -10468819 or 2966112. OLE color: 2966112.

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

Color convert

RGB 96 66 45 -
CMYK 0 0.31 0.53 0.62
HSL 24.71º 0.36% 0.28% -
HSV(B) 24.71º 0.53% 0.38% -
XYZ 7.25 6.57 3.37 -
YUV 72.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 96 66 45 0 0.31 0.53 0.62 24.71 0.36 0.28
Hex 60 42 2D 0 1F 35 3E 19 24 1C
Octal 140 102 55 0 37 65 76 31 44 34
Binary 1100000 1000010 101101 0 11111 110101 111110 11001 100100 11100

Color Harmonies of #60422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60422D

Black with #60422D

Text Example


Text Example

White with #60422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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