#614838

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

Shades of Jambalaya #614838

Tints of Jambalaya #614838

Color information

#614838 (or 0x614838) is unknown color: approx Jambalaya. HEX triplet: 61, 48 and 38. RGB value is (97,72,56). Sum of RGB (Red+Green+Blue) = 97+72+56=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614838 is #9EB7C7. Grayscale: #4D4D4D. Windows color (decimal): -10401736 or 3688545. OLE color: 3688545.

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

Color convert

RGB977256-
CMYK00.260.420.62
HSL23.41º26.8%30%-
HSV(B)23.41º42.27%38.04%-
XYZ7.967.464.76-
YUV77.65115.78141.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=43.11%
G=32%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97725600.260.420.6223.4126.830
Hex61483801A2A3E171b1e
Octal141110700325276273336
Binary11000011001000111000011010101010111110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614838; }

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

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

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

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

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

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

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

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