#614A36

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

Shades of Jambalaya #614A36

Tints of Jambalaya #614A36

Color information

#614A36 (or 0x614A36) is unknown color: approx Jambalaya. HEX triplet: 61, 4A and 36. RGB value is (97,74,54). Sum of RGB (Red+Green+Blue) = 97+74+54=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A36 is #9EB5C9. Grayscale: #4E4E4E. Windows color (decimal): -10401226 or 3557985. OLE color: 3557985.

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

Color convert

RGB977454-
CMYK00.240.440.62
HSL27.91º28.48%29.61%-
HSV(B)27.91º44.33%38.04%-
XYZ8.047.714.55-
YUV78.6114.12141.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 54 (21.48% from 255) = 24%
R=43.11%
G=32.89%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97745400.240.440.6227.9128.4829.61
Hex614A360182C3E1c1c1e
Octal141112660305476343436
Binary11000011001010110110011000101100111110111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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