#614738

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

Shades of Jambalaya #614738

Tints of Jambalaya #614738

Color information

#614738 (or 0x614738) is unknown color: approx Jambalaya. HEX triplet: 61, 47 and 38. RGB value is (97,71,56). Sum of RGB (Red+Green+Blue) = 97+71+56=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #614738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614738 is #9EB8C7. Grayscale: #4D4D4D. Windows color (decimal): -10401992 or 3688289. OLE color: 3688289.

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

Color convert

RGB977156-
CMYK00.270.420.62
HSL21.95º26.8%30%-
HSV(B)21.95º42.27%38.04%-
XYZ7.97.334.74-
YUV77.06116.11142.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 56 (22.27% from 255) = 25%
R=43.30%
G=31.70%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97715600.270.420.6221.9526.830
Hex61473801B2A3E161b1e
Octal141107700335276263336
Binary11000011000111111000011011101010111110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614738; }

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

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

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

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

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

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

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

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