#614430

Color #614430 Irish Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Irish Coffee #614430

Tints of Irish Coffee #614430

Color information

#614430 (or 0x614430) is unknown color: approx Irish Coffee. HEX triplet: 61, 44 and 30. RGB value is (97,68,48). Sum of RGB (Red+Green+Blue) = 97+68+48=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #614430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614430 is #9EBBCF. Grayscale: #4A4A4A. Windows color (decimal): -10402768 or 3163233. OLE color: 3163233.

HSL color Cylindrical-coordinate representation of color #614430: hue angle of 24.49º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614430 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB976848-
CMYK00.300.510.62
HSL24.49º33.79%28.43%-
HSV(B)24.49º50.52%38.04%-
XYZ7.536.893.73-
YUV74.39113.11144.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=45.54%
G=31.92%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97684800.300.510.6224.4933.7928.43
Hex61443001E333E18221c
Octal141104600366376304234
Binary110000110001001100000111101100111111101100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614430; }

 p { color: rgb(97,68,48); }

 H1.HeaderClassName
 {
   color: #614430;
 }
 .AnyTagClassName
 {
   color: #614430;
 }
</style>
background-color css

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

 a { background-color: rgb(97,68,48); }

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

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

 span { border-color: rgb(97,68,48); }

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