#614330

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

Shades of Irish Coffee #614330

Tints of Irish Coffee #614330

Color information

#614330 (or 0x614330) is unknown color: approx Irish Coffee. HEX triplet: 61, 43 and 30. RGB value is (97,67,48). Sum of RGB (Red+Green+Blue) = 97+67+48=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614330 is #9EBCCF. Grayscale: #494949. Windows color (decimal): -10403024 or 3162977. OLE color: 3162977.

HSL color Cylindrical-coordinate representation of color #614330: hue angle of 23.27º 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 #614330 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB976748-
CMYK00.310.510.62
HSL23.27º33.79%28.43%-
HSV(B)23.27º50.52%38.04%-
XYZ7.476.773.71-
YUV73.8113.44144.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=45.75%
G=31.60%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97674800.310.510.6223.2733.7928.43
Hex61433001F333E17221c
Octal141103600376376274234
Binary110000110000111100000111111100111111101011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614330; }

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

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

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

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

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

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

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

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