#614535

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

Shades of Jambalaya #614535

Tints of Jambalaya #614535

Color information

#614535 (or 0x614535) is unknown color: approx Jambalaya. HEX triplet: 61, 45 and 35. RGB value is (97,69,53). Sum of RGB (Red+Green+Blue) = 97+69+53=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #614535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614535 is #9EBACA. Grayscale: #4B4B4B. Windows color (decimal): -10402507 or 3491169. OLE color: 3491169.

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

Color convert

RGB976953-
CMYK00.290.450.62
HSL21.82º29.33%29.41%-
HSV(B)21.82º45.36%38.04%-
XYZ7.77.054.32-
YUV75.55115.28143.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=44.29%
G=31.51%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97695300.290.450.6221.8229.3329.41
Hex61453501D2D3E161d1d
Octal141105650355576263535
Binary11000011000101110101011101101101111110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614535; }

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

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

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

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

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

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

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

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