#614935

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

Shades of Jambalaya #614935

Tints of Jambalaya #614935

Color information

#614935 (or 0x614935) is unknown color: approx Jambalaya. HEX triplet: 61, 49 and 35. RGB value is (97,73,53). Sum of RGB (Red+Green+Blue) = 97+73+53=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #614935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614935 is #9EB6CA. Grayscale: #4E4E4E. Windows color (decimal): -10401483 or 3492193. OLE color: 3492193.

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

Color convert

RGB977353-
CMYK00.250.450.62
HSL27.27º29.33%29.41%-
HSV(B)27.27º45.36%38.04%-
XYZ7.957.564.41-
YUV77.9113.95141.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=43.50%
G=32.74%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97735300.250.450.6227.2729.3329.41
Hex6149350192D3E1b1d1d
Octal141111650315576333535
Binary11000011001001110101011001101101111110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614935; }

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

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

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

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

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

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

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

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