#614938

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

Shades of Jambalaya #614938

Tints of Jambalaya #614938

Color information

#614938 (or 0x614938) is unknown color: approx Jambalaya. HEX triplet: 61, 49 and 38. RGB value is (97,73,56). Sum of RGB (Red+Green+Blue) = 97+73+56=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #614938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614938 is #9EB6C7. Grayscale: #4E4E4E. Windows color (decimal): -10401480 or 3688801. OLE color: 3688801.

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

Color convert

RGB977356-
CMYK00.250.420.62
HSL24.88º26.8%30%-
HSV(B)24.88º42.27%38.04%-
XYZ8.037.594.78-
YUV78.24115.45141.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=42.92%
G=32.30%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97735600.250.420.6224.8826.830
Hex6149380192A3E191b1e
Octal141111700315276313336
Binary11000011001001111000011001101010111110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614938; }

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

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

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

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

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

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

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

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