#614735

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

Shades of Jambalaya #614735

Tints of Jambalaya #614735

Color information

#614735 (or 0x614735) is unknown color: approx Jambalaya. HEX triplet: 61, 47 and 35. RGB value is (97,71,53). Sum of RGB (Red+Green+Blue) = 97+71+53=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #614735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614735 is #9EB8CA. Grayscale: #4C4C4C. Windows color (decimal): -10401995 or 3491681. OLE color: 3491681.

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

Color convert

RGB977153-
CMYK00.270.450.62
HSL24.55º29.33%29.41%-
HSV(B)24.55º45.36%38.04%-
XYZ7.837.34.37-
YUV76.72114.61142.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=43.89%
G=32.13%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97715300.270.450.6224.5529.3329.41
Hex61473501B2D3E191d1d
Octal141107650335576313535
Binary11000011000111110101011011101101111110110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614735; }

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

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

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

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

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

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

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

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