#614536

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

Shades of Jambalaya #614536

Tints of Jambalaya #614536

Color information

#614536 (or 0x614536) is unknown color: approx Jambalaya. HEX triplet: 61, 45 and 36. RGB value is (97,69,54). Sum of RGB (Red+Green+Blue) = 97+69+54=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614536 is #9EBAC9. Grayscale: #4B4B4B. Windows color (decimal): -10402506 or 3556705. OLE color: 3556705.

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

Color convert

RGB976954-
CMYK00.290.440.62
HSL20.93º28.48%29.61%-
HSV(B)20.93º44.33%38.04%-
XYZ7.727.064.45-
YUV75.66115.78143.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=44.09%
G=31.36%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97695400.290.440.6220.9328.4829.61
Hex61453601D2C3E151c1e
Octal141105660355476253436
Binary11000011000101110110011101101100111110101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614536; }

 p { color: rgb(97,69,54); }

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

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

 a { background-color: rgb(97,69,54); }

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

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

 span { border-color: rgb(97,69,54); }

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