#614A38

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

Shades of Jambalaya #614A38

Tints of Jambalaya #614A38

Color information

#614A38 (or 0x614A38) is unknown color: approx Jambalaya. HEX triplet: 61, 4A and 38. RGB value is (97,74,56). Sum of RGB (Red+Green+Blue) = 97+74+56=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A38 is #9EB5C7. Grayscale: #4E4E4E. Windows color (decimal): -10401224 or 3689057. OLE color: 3689057.

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

Color convert

RGB977456-
CMYK00.240.420.62
HSL26.34º26.8%30%-
HSV(B)26.34º42.27%38.04%-
XYZ8.097.724.81-
YUV78.82115.12140.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=42.73%
G=32.60%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97745600.240.420.6226.3426.830
Hex614A380182A3E1a1b1e
Octal141112700305276323336
Binary11000011001010111000011000101010111110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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