#614638

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

Shades of Jambalaya #614638

Tints of Jambalaya #614638

Color information

#614638 (or 0x614638) is unknown color: approx Jambalaya. HEX triplet: 61, 46 and 38. RGB value is (97,70,56). Sum of RGB (Red+Green+Blue) = 97+70+56=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #614638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614638 is #9EB9C7. Grayscale: #4C4C4C. Windows color (decimal): -10402248 or 3688033. OLE color: 3688033.

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

Color convert

RGB977056-
CMYK00.280.420.62
HSL20.49º26.8%30%-
HSV(B)20.49º42.27%38.04%-
XYZ7.837.214.72-
YUV76.48116.45142.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=43.50%
G=31.39%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97705600.280.420.6220.4926.830
Hex61463801C2A3E141b1e
Octal141106700345276243336
Binary11000011000110111000011100101010111110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614638; }

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

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

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

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

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

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

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

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