#614934

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

Shades of Jambalaya #614934

Tints of Jambalaya #614934

Color information

#614934 (or 0x614934) is unknown color: approx Jambalaya. HEX triplet: 61, 49 and 34. RGB value is (97,73,52). Sum of RGB (Red+Green+Blue) = 97+73+52=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #614934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614934 is #9EB6CB. Grayscale: #4D4D4D. Windows color (decimal): -10401484 or 3426657. OLE color: 3426657.

HSL color Cylindrical-coordinate representation of color #614934: hue angle of 28º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614934 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB977352-
CMYK00.250.460.62
HSL28º30.2%29.22%-
HSV(B)28º46.39%38.04%-
XYZ7.937.554.29-
YUV77.78113.45141.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=43.69%
G=32.88%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97735200.250.460.622830.229.22
Hex6149340192E3E1c1e1d
Octal141111640315676343635
Binary11000011001001110100011001101110111110111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614934; }

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

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

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

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

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

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

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

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