#614739

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

Shades of Jambalaya #614739

Tints of Jambalaya #614739

Color information

#614739 (or 0x614739) is unknown color: approx Jambalaya. HEX triplet: 61, 47 and 39. RGB value is (97,71,57). Sum of RGB (Red+Green+Blue) = 97+71+57=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614739 is #9EB8C6. Grayscale: #4D4D4D. Windows color (decimal): -10401991 or 3753825. OLE color: 3753825.

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

Color convert

RGB977157-
CMYK00.270.410.62
HSL21º25.97%30.2%-
HSV(B)21º41.24%38.04%-
XYZ7.927.344.87-
YUV77.18116.61142.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=43.11%
G=31.56%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97715700.270.410.622125.9730.2
Hex61473901B293E151a1e
Octal141107710335176253236
Binary11000011000111111001011011101001111110101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614739; }

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

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

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

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

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

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

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

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