#614834

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

Shades of Jambalaya #614834

Tints of Jambalaya #614834

Color information

#614834 (or 0x614834) is unknown color: approx Jambalaya. HEX triplet: 61, 48 and 34. RGB value is (97,72,52). Sum of RGB (Red+Green+Blue) = 97+72+52=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #614834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614834 is #9EB7CB. Grayscale: #4D4D4D. Windows color (decimal): -10401740 or 3426401. OLE color: 3426401.

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

Color convert

RGB977252-
CMYK00.260.460.62
HSL26.67º30.2%29.22%-
HSV(B)26.67º46.39%38.04%-
XYZ7.877.424.27-
YUV77.19113.78142.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=43.89%
G=32.58%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97725200.260.460.6226.6730.229.22
Hex61483401A2E3E1b1e1d
Octal141110640325676333635
Binary11000011001000110100011010101110111110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614834; }

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

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

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

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

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

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

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

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