#614A37

Color #614A37 Jambalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jambalaya #614A37

Tints of Jambalaya #614A37

Color information

#614A37 (or 0x614A37) is unknown color: approx Jambalaya. HEX triplet: 61, 4A and 37. RGB value is (97,74,55). Sum of RGB (Red+Green+Blue) = 97+74+55=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #614A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A37 is #9EB5C8. Grayscale: #4E4E4E. Windows color (decimal): -10401225 or 3623521. OLE color: 3623521.

HSL color Cylindrical-coordinate representation of color #614A37: hue angle of 27.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614A37 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB977455-
CMYK00.240.430.62
HSL27.14º27.63%29.8%-
HSV(B)27.14º43.3%38.04%-
XYZ8.077.714.68-
YUV78.71114.62141.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=42.92%
G=32.74%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97745500.240.430.6227.1427.6329.8
Hex614A370182B3E1b1c1e
Octal141112670305376333436
Binary11000011001010110111011000101011111110110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614A37; }

 p { color: rgb(97,74,55); }

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

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

 a { background-color: rgb(97,74,55); }

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

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

 span { border-color: rgb(97,74,55); }

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