Html Css Color HEX #604126 Irish Coffee

📋 copy color: '#604126'

red 96 ◦ green 65 ◦ blue 38

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

Shades of Irish Coffee #604126

Tints of Irish Coffee #604126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.1%

R = 48.24%
G = 32.66%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#604126 (or 0x604126) is known color: Irish Coffee. HEX triplet: 60, 41 and 26. RGB value is (96,65,38). Sum of RGB (Red+Green+Blue) = 96+65+38=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604126 is #9FBED9. Grayscale: #474747. Windows color (decimal): -10469082 or 2507104. OLE color: 2507104.

HSL color Cylindrical-coordinate representation of color #604126: hue angle of 27.93º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #604126 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 38 -
CMYK 0 0.32 0.60 0.62
HSL 27.93º 0.43% 0.26% -
HSV(B) 27.93º 0.6% 0.38% -
XYZ 7.06 6.41 2.7 -
YUV 71.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 96 65 38 0 0.32 0.60 0.62 27.93 0.43 0.26
Hex 60 41 26 0 20 3C 3E 1C 2B 1A
Octal 140 101 46 0 40 74 76 34 53 32
Binary 1100000 1000001 100110 0 100000 111100 111110 11100 101011 11010

Color Harmonies of #604126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604126

Black with #604126

Text Example


Text Example

White with #604126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604126; }

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

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

background-color css

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

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

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

border-color css

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

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

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