Html Css Color HEX #60412E Irish Coffee

📋 copy color: '#60412E'

red 96 ◦ green 65 ◦ blue 46

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

Shades of Irish Coffee #60412E

Tints of Irish Coffee #60412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

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

R = 46.38%
G = 31.4%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60412E (or 0x60412E) is known color: Irish Coffee. HEX triplet: 60, 41 and 2E. RGB value is (96,65,46). Sum of RGB (Red+Green+Blue) = 96+65+46=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60412E is #9FBED1. Grayscale: #484848. Windows color (decimal): -10469074 or 3031392. OLE color: 3031392.

HSL color Cylindrical-coordinate representation of color #60412E: hue angle of 22.8º 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 #60412E is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 46 -
CMYK 0 0.32 0.52 0.62
HSL 22.8º 0.35% 0.28% -
HSV(B) 22.8º 0.52% 0.38% -
XYZ 7.21 6.46 3.45 -
YUV 72.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 96 65 46 0 0.32 0.52 0.62 22.8 0.35 0.28
Hex 60 41 2E 0 20 34 3E 17 23 1C
Octal 140 101 56 0 40 64 76 27 43 34
Binary 1100000 1000001 101110 0 100000 110100 111110 10111 100011 11100

Color Harmonies of #60412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60412E

Black with #60412E

Text Example


Text Example

White with #60412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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