#614530

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

Shades of Irish Coffee #614530

Tints of Irish Coffee #614530

Color information

#614530 (or 0x614530) is unknown color: approx Irish Coffee. HEX triplet: 61, 45 and 30. RGB value is (97,69,48). Sum of RGB (Red+Green+Blue) = 97+69+48=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614530 is #9EBACF. Grayscale: #4B4B4B. Windows color (decimal): -10402512 or 3163489. OLE color: 3163489.

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

Color convert

RGB976948-
CMYK00.290.510.62
HSL25.71º33.79%28.43%-
HSV(B)25.71º50.52%38.04%-
XYZ7.597.013.75-
YUV74.98112.78143.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=45.33%
G=32.24%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97694800.290.510.6225.7133.7928.43
Hex61453001D333E1a221c
Octal141105600356376324234
Binary110000110001011100000111011100111111101101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614530; }

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

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

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

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

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

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

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

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