Html Css Color HEX #614128 Irish Coffee

📋 copy color: '#614128'

red 97 ◦ green 65 ◦ blue 40

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

Shades of Irish Coffee #614128

Tints of Irish Coffee #614128

RGB

 RED value IS 97 (38.28% from 255) = 48.02%

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

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 48.02%
G = 32.18%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#614128 (or 0x614128) is known color: Irish Coffee. HEX triplet: 61, 41 and 28. RGB value is (97,65,40). Sum of RGB (Red+Green+Blue) = 97+65+40=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #614128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614128 is #9EBED7. Grayscale: #474747. Windows color (decimal): -10403544 or 2638177. OLE color: 2638177.

HSL color Cylindrical-coordinate representation of color #614128: hue angle of 26.32º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614128 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 40 -
CMYK 0 0.33 0.59 0.62
HSL 26.32º 0.42% 0.27% -
HSV(B) 26.32º 0.59% 0.38% -
XYZ 7.2 6.48 2.88 -
YUV 71.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 97 65 40 0 0.33 0.59 0.62 26.32 0.42 0.27
Hex 61 41 28 0 21 3B 3E 1A 2A 1B
Octal 141 101 50 0 41 73 76 32 52 33
Binary 1100001 1000001 101000 0 100001 111011 111110 11010 101010 11011

Color Harmonies of #614128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614128

Black with #614128

Text Example


Text Example

White with #614128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614128; }

 p { color: rgb(97,65,40); }

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

background-color css

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

 a { background-color: rgb(97,65,40); }

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

border-color css

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

 span { border-color: rgb(97,65,40); }

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