#614734

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

Shades of Jambalaya #614734

Tints of Jambalaya #614734

Color information

#614734 (or 0x614734) is unknown color: approx Jambalaya. HEX triplet: 61, 47 and 34. RGB value is (97,71,52). Sum of RGB (Red+Green+Blue) = 97+71+52=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614734 is #9EB8CB. Grayscale: #4C4C4C. Windows color (decimal): -10401996 or 3426145. OLE color: 3426145.

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

Color convert

RGB977152-
CMYK00.270.460.62
HSL25.33º30.2%29.22%-
HSV(B)25.33º46.39%38.04%-
XYZ7.87.34.25-
YUV76.61114.11142.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 52 (20.70% from 255) = 23.64%
R=44.09%
G=32.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97715200.270.460.6225.3330.229.22
Hex61473401B2E3E191e1d
Octal141107640335676313635
Binary11000011000111110100011011101110111110110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614734; }

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

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

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

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

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

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

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

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