#614732

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

Shades of Jambalaya #614732

Tints of Jambalaya #614732

Color information

#614732 (or 0x614732) is unknown color: approx Jambalaya. HEX triplet: 61, 47 and 32. RGB value is (97,71,50). Sum of RGB (Red+Green+Blue) = 97+71+50=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614732 is #9EB8CD. Grayscale: #4C4C4C. Windows color (decimal): -10401998 or 3295073. OLE color: 3295073.

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

Color convert

RGB977150-
CMYK00.270.480.62
HSL26.81º31.97%28.82%-
HSV(B)26.81º48.45%38.04%-
XYZ7.767.284.01-
YUV76.38113.11142.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=44.50%
G=32.57%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97715000.270.480.6226.8131.9728.82
Hex61473201B303E1b201d
Octal141107620336076334035
Binary110000110001111100100110111100001111101101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614732; }

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

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

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

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

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

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

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

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